CreatePortfolioShareOutput
public struct CreatePortfolioShareOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The portfolio share unique identifier. This will only be returned if portfolio is shared to an organization node.
Declaration
Swift
public let portfolioShareToken: String?
-
Undocumented
Declaration
Swift
public init(portfolioShareToken: String? = nil)