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)


1003
1004
1005
# File 'sig/types.rbs', line 1003

def name
  @name
end

#size_constraint_set_id::String

Returns the value of attribute size_constraint_set_id.

Returns:

  • (::String)


1002
1003
1004
# File 'sig/types.rbs', line 1002

def size_constraint_set_id
  @size_constraint_set_id
end

#size_constraints::Array[Types::SizeConstraint]

Returns the value of attribute size_constraints.

Returns:



1004
1005
1006
# File 'sig/types.rbs', line 1004

def size_constraints
  @size_constraints
end