DeletePortfolioShareOutput

public struct DeletePortfolioShareOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The portfolio share unique identifier. This will only be returned if delete is made to an organization node.

    Declaration

    Swift

    public let portfolioShareToken: String?
  • Undocumented

    Declaration

    Swift

    public init(portfolioShareToken: String? = nil)