PortfolioDetail

public struct PortfolioDetail : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN assigned to the portfolio.

    Declaration

    Swift

    public let arn: String?
  • The UTC time stamp of the creation time.

    Declaration

    Swift

    public let createdTime: TimeStamp?
  • The description of the portfolio.

    Declaration

    Swift

    public let description: String?
  • The name to use for display purposes.

    Declaration

    Swift

    public let displayName: String?
  • id

    The portfolio identifier.

    Declaration

    Swift

    public let id: String?
  • The name of the portfolio provider.

    Declaration

    Swift

    public let providerName: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, createdTime: TimeStamp? = nil, description: String? = nil, displayName: String? = nil, id: String? = nil, providerName: String? = nil)