Class: Aws::Types::MutationActionSetStateParameter
- Inherits:
-
Object
- Object
- Aws::Types::MutationActionSetStateParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#property ⇒ ::String
Returns the value of attribute property.
-
#set ⇒ Types::ComponentProperty
Returns the value of attribute set.
Instance Attribute Details
#component_name ⇒ ::String
Returns the value of attribute component_name.
730 731 732 |
# File 'sig/types.rbs', line 730 def component_name @component_name end |
#property ⇒ ::String
Returns the value of attribute property.
731 732 733 |
# File 'sig/types.rbs', line 731 def property @property end |
#set ⇒ Types::ComponentProperty
Returns the value of attribute set.
732 733 734 |
# File 'sig/types.rbs', line 732 def set @set end |