Class: Aws::Types::GetCellResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCellResponse
- 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.
174 175 176 |
# File 'sig/types.rbs', line 174 def cell_arn @cell_arn end |
#cell_name ⇒ ::String
Returns the value of attribute cell_name.
175 176 177 |
# File 'sig/types.rbs', line 175 def cell_name @cell_name end |
#cells ⇒ ::Array[::String]
Returns the value of attribute cells.
176 177 178 |
# File 'sig/types.rbs', line 176 def cells @cells end |
#parent_readiness_scopes ⇒ ::Array[::String]
Returns the value of attribute parent_readiness_scopes.
177 178 179 |
# File 'sig/types.rbs', line 177 def parent_readiness_scopes @parent_readiness_scopes end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
178 179 180 |
# File 'sig/types.rbs', line 178 def @tags end |