ListOrganizationPortfolioAccessInput
public struct ListOrganizationPortfolioAccessInput : AWSShape
extension ServiceCatalog.ListOrganizationPortfolioAccessInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The language code. en - English (default) jp - Japanese zh - Chinese
Declaration
Swift
public let acceptLanguage: String?
-
The organization node type that will be returned in the output. ORGANIZATION - Organization that has access to the portfolio. ORGANIZATIONAL_UNIT - Organizational unit that has access to the portfolio within your organization. ACCOUNT - Account that has access to the portfolio within your organization.
Declaration
Swift
public let organizationNodeType: OrganizationNodeType
-
The maximum number of items to return with this call.
Declaration
Swift
public let pageSize: Int?
-
The page token for the next set of results. To retrieve the first set of results, use null.
Declaration
Swift
public let pageToken: String?
-
The portfolio identifier. For example, port-2abcdext3y5fk.
Declaration
Swift
public let portfolioId: String
-
Undocumented
Declaration
Swift
public init(acceptLanguage: String? = nil, organizationNodeType: OrganizationNodeType, pageSize: Int? = nil, pageToken: String? = nil, portfolioId: String)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> ServiceCatalog.ListOrganizationPortfolioAccessInput