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.
5003 5004 5005 |
# File 'sig/types.rbs', line 5003 def contributors @contributors end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5004 5005 5006 |
# File 'sig/types.rbs', line 5004 def request_id @request_id end |
#space ⇒ Types::SpaceDetails
Returns the value of attribute space.
5002 5003 5004 |
# File 'sig/types.rbs', line 5002 def space @space end |
#space_arn ⇒ ::String
Returns the value of attribute space_arn.
5001 5002 5003 |
# File 'sig/types.rbs', line 5001 def space_arn @space_arn end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
5000 5001 5002 |
# File 'sig/types.rbs', line 5000 def space_id @space_id end |