LaunchPathSummary

public struct LaunchPathSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The constraints on the portfolio-product relationship.

    Declaration

    Swift

    public let constraintSummaries: [ConstraintSummary]?
  • id

    The identifier of the product path.

    Declaration

    Swift

    public let id: String?
  • The name of the portfolio to which the user was assigned.

    Declaration

    Swift

    public let name: String?
  • The tags associated with this product path.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(constraintSummaries: [ConstraintSummary]? = nil, id: String? = nil, name: String? = nil, tags: [Tag]? = nil)