Class: Aws::Types::CreateCellResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateCellResponse
- 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.
38 39 40 |
# File 'sig/types.rbs', line 38 def cell_arn @cell_arn end |
#cell_name ⇒ ::String
Returns the value of attribute cell_name.
39 40 41 |
# File 'sig/types.rbs', line 39 def cell_name @cell_name end |
#cells ⇒ ::Array[::String]
Returns the value of attribute cells.
40 41 42 |
# File 'sig/types.rbs', line 40 def cells @cells end |
#parent_readiness_scopes ⇒ ::Array[::String]
Returns the value of attribute parent_readiness_scopes.
41 42 43 |
# File 'sig/types.rbs', line 41 def parent_readiness_scopes @parent_readiness_scopes end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
42 43 44 |
# File 'sig/types.rbs', line 42 def @tags end |