Class: Aws::Types::DescribeSpaceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSpaceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contributors ⇒ ::Array[Types::SpaceContributor]
Returns the value of attribute contributors.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#space ⇒ Types::SpaceDetails
Returns the value of attribute space.
-
#space_arn ⇒ ::String
Returns the value of attribute space_arn.
-
#space_id ⇒ ::String
Returns the value of attribute space_id.
Instance Attribute Details
#contributors ⇒ ::Array[Types::SpaceContributor]
Returns the value of attribute contributors.
5236 5237 5238 |
# File 'sig/types.rbs', line 5236 def contributors @contributors end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5237 5238 5239 |
# File 'sig/types.rbs', line 5237 def request_id @request_id end |
#space ⇒ Types::SpaceDetails
Returns the value of attribute space.
5235 5236 5237 |
# File 'sig/types.rbs', line 5235 def space @space end |
#space_arn ⇒ ::String
Returns the value of attribute space_arn.
5234 5235 5236 |
# File 'sig/types.rbs', line 5234 def space_arn @space_arn end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
5233 5234 5235 |
# File 'sig/types.rbs', line 5233 def space_id @space_id end |