Class: Aws::Types::UpdateCellResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCellResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cell_arn ⇒ ::String
Returns the value of attribute cell_arn.
-
#cell_name ⇒ ::String
Returns the value of attribute cell_name.
-
#cells ⇒ ::Array[::String]
Returns the value of attribute cells.
-
#parent_readiness_scopes ⇒ ::Array[::String]
Returns the value of attribute parent_readiness_scopes.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#cell_arn ⇒ ::String
Returns the value of attribute cell_arn.
475 476 477 |
# File 'sig/types.rbs', line 475 def cell_arn @cell_arn end |
#cell_name ⇒ ::String
Returns the value of attribute cell_name.
476 477 478 |
# File 'sig/types.rbs', line 476 def cell_name @cell_name end |
#cells ⇒ ::Array[::String]
Returns the value of attribute cells.
477 478 479 |
# File 'sig/types.rbs', line 477 def cells @cells end |
#parent_readiness_scopes ⇒ ::Array[::String]
Returns the value of attribute parent_readiness_scopes.
478 479 480 |
# File 'sig/types.rbs', line 478 def parent_readiness_scopes @parent_readiness_scopes end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
479 480 481 |
# File 'sig/types.rbs', line 479 def @tags end |