DeletePortfolioShareInput
public struct DeletePortfolioShareInput : 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.
Declaration
Swift
public let accountId: String? -
The organization node to whom you are going to stop sharing.
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
View on GitHub
DeletePortfolioShareInput Structure Reference