ConstraintSummary

public struct ConstraintSummary : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public let type: String?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, type: String? = nil)