Class: Aws::Types::UpdateSizeConstraintSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_token::String

Returns the value of attribute change_token.

Returns:

  • (::String)


1187
1188
1189
# File 'sig/types.rbs', line 1187

def change_token
  @change_token
end

#size_constraint_set_id::String

Returns the value of attribute size_constraint_set_id.

Returns:

  • (::String)


1186
1187
1188
# File 'sig/types.rbs', line 1186

def size_constraint_set_id
  @size_constraint_set_id
end

#updates::Array[Types::SizeConstraintSetUpdate]

Returns the value of attribute updates.

Returns:



1188
1189
1190
# File 'sig/types.rbs', line 1188

def updates
  @updates
end