Class: Aws::Types::UpdateListRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateListRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#elements ⇒ ::Array[::String]
Returns the value of attribute elements.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#update_mode ⇒ "REPLACE", ...
Returns the value of attribute update_mode.
-
#variable_type ⇒ ::String
Returns the value of attribute variable_type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def description @description end |
#elements ⇒ ::Array[::String]
Returns the value of attribute elements.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def elements @elements end |
#name ⇒ ::String
Returns the value of attribute name.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def name @name end |
#update_mode ⇒ "REPLACE", ...
Returns the value of attribute update_mode.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def update_mode @update_mode end |
#variable_type ⇒ ::String
Returns the value of attribute variable_type.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def variable_type @variable_type end |