Class: Aws::Types::SizeConstraintSetUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"INSERT", "DELETE"

Returns the value of attribute action.

Returns:

  • ("INSERT", "DELETE")


977
978
979
# File 'sig/types.rbs', line 977

def action
  @action
end

#size_constraintTypes::SizeConstraint

Returns the value of attribute size_constraint.



978
979
980
# File 'sig/types.rbs', line 978

def size_constraint
  @size_constraint
end