Class: Aws::Types::UpdateSignalCatalogRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSignalCatalogRequest
- 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[Types::Node]
Returns the value of attribute nodes_to_add.
-
#nodes_to_remove ⇒ ::Array[::String]
Returns the value of attribute nodes_to_remove.
-
#nodes_to_update ⇒ ::Array[Types::Node]
Returns the value of attribute nodes_to_update.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def name @name end |
#nodes_to_add ⇒ ::Array[Types::Node]
Returns the value of attribute nodes_to_add.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def nodes_to_add @nodes_to_add end |
#nodes_to_remove ⇒ ::Array[::String]
Returns the value of attribute nodes_to_remove.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def nodes_to_remove @nodes_to_remove end |
#nodes_to_update ⇒ ::Array[Types::Node]
Returns the value of attribute nodes_to_update.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def nodes_to_update @nodes_to_update end |