Module: Aws::QuickSight::Client::_DescribeSpaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeSpaceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #contributors ⇒ ::Array[Types::SpaceContributor]
- #request_id ⇒ ::String
- #space ⇒ Types::SpaceDetails
- #space_arn ⇒ ::String
- #space_id ⇒ ::String
Instance Method Details
#contributors ⇒ ::Array[Types::SpaceContributor]
2258 |
# File 'sig/client.rbs', line 2258
def contributors: () -> ::Array[Types::SpaceContributor]
|
#request_id ⇒ ::String
2259 |
# File 'sig/client.rbs', line 2259
def request_id: () -> ::String
|
#space ⇒ Types::SpaceDetails
2257 |
# File 'sig/client.rbs', line 2257
def space: () -> Types::SpaceDetails
|
#space_arn ⇒ ::String
2256 |
# File 'sig/client.rbs', line 2256
def space_arn: () -> ::String
|
#space_id ⇒ ::String
2255 |
# File 'sig/client.rbs', line 2255
def space_id: () -> ::String
|