CreatePortfolioShareInput
public struct CreatePortfolioShareInput : AWSShape
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 AWS account ID. For example, 123456789012.
Declaration
Swift
public let accountId: String?
-
The organization node to whom you are going to share. If OrganizationNode is passed in, PortfolioShare will be created for the node and its children (when applies), and a PortfolioShareToken will be returned in the output in order for the administrator to monitor the status of the PortfolioShare creation process.
Declaration
Swift
public let organizationNode: OrganizationNode?
-
The portfolio identifier.
Declaration
Swift
public let portfolioId: String
-
Undocumented
Declaration
Swift
public init(acceptLanguage: String? = nil, accountId: String? = nil, organizationNode: OrganizationNode? = nil, portfolioId: String)
-
Declaration
Swift
public func validate(name: String) throws