Class: Aws::Types::CellOutput
- Inherits:
-
Object
- Object
- Aws::Types::CellOutput
- 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.
17 18 19 |
# File 'sig/types.rbs', line 17 def cell_arn @cell_arn end |
#cell_name ⇒ ::String
Returns the value of attribute cell_name.
18 19 20 |
# File 'sig/types.rbs', line 18 def cell_name @cell_name end |
#cells ⇒ ::Array[::String]
Returns the value of attribute cells.
19 20 21 |
# File 'sig/types.rbs', line 19 def cells @cells end |
#parent_readiness_scopes ⇒ ::Array[::String]
Returns the value of attribute parent_readiness_scopes.
20 21 22 |
# File 'sig/types.rbs', line 20 def parent_readiness_scopes @parent_readiness_scopes end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
21 22 23 |
# File 'sig/types.rbs', line 21 def @tags end |