ConstraintDetail

public struct ConstraintDetail : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the constraint.

    Declaration

    Swift

    public let constraintId: String?
  • The description of the constraint.

    Declaration

    Swift

    public let description: String?
  • The owner of the constraint.

    Declaration

    Swift

    public let owner: String?
  • The identifier of the portfolio the product resides in. The constraint applies only to the instance of the product that lives within this portfolio.

    Declaration

    Swift

    public let portfolioId: String?
  • The identifier of the product the constraint applies to. Note that a constraint applies to a specific instance of a product within a certain portfolio.

    Declaration

    Swift

    public let productId: String?
  • The type of constraint. LAUNCH NOTIFICATION STACKSET TEMPLATE

    Declaration

    Swift

    public let type: String?
  • Undocumented

    Declaration

    Swift

    public init(constraintId: String? = nil, description: String? = nil, owner: String? = nil, portfolioId: String? = nil, productId: String? = nil, type: String? = nil)