Class: Aws::Types::SizeConstraintSet

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


965
966
967
# File 'sig/types.rbs', line 965

def name
  @name
end

#size_constraint_set_id::String

Returns the value of attribute size_constraint_set_id.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def size_constraint_set_id
  @size_constraint_set_id
end

#size_constraints::Array[Types::SizeConstraint]

Returns the value of attribute size_constraints.

Returns:



966
967
968
# File 'sig/types.rbs', line 966

def size_constraints
  @size_constraints
end