Class: Aws::Types::UpdateActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
-
#properties_to_remove ⇒ ::Array[::String]
Returns the value of attribute properties_to_remove.
-
#status ⇒ "Unknown", ...
Returns the value of attribute status.
Instance Attribute Details
#action_name ⇒ ::String
Returns the value of attribute action_name.
11881 11882 11883 |
# File 'sig/types.rbs', line 11881 def action_name @action_name end |
#description ⇒ ::String
Returns the value of attribute description.
11882 11883 11884 |
# File 'sig/types.rbs', line 11882 def description @description end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
11884 11885 11886 |
# File 'sig/types.rbs', line 11884 def properties @properties end |
#properties_to_remove ⇒ ::Array[::String]
Returns the value of attribute properties_to_remove.
11885 11886 11887 |
# File 'sig/types.rbs', line 11885 def properties_to_remove @properties_to_remove end |
#status ⇒ "Unknown", ...
Returns the value of attribute status.
11883 11884 11885 |
# File 'sig/types.rbs', line 11883 def status @status end |