GetSizeConstraintSetRequest

public struct GetSizeConstraintSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

    Declaration

    Swift

    public let sizeConstraintSetId: String
  • Undocumented

    Declaration

    Swift

    public init(sizeConstraintSetId: String)
  • Declaration

    Swift

    public func validate(name: String) throws