Class: Aws::Types::UpdateModelManifestRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateModelManifestRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#nodes_to_add ⇒ ::Array[::String]
Returns the value of attribute nodes_to_add.
-
#nodes_to_remove ⇒ ::Array[::String]
Returns the value of attribute nodes_to_remove.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def name @name end |
#nodes_to_add ⇒ ::Array[::String]
Returns the value of attribute nodes_to_add.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def nodes_to_add @nodes_to_add end |
#nodes_to_remove ⇒ ::Array[::String]
Returns the value of attribute nodes_to_remove.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def nodes_to_remove @nodes_to_remove end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def status @status end |