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]
2216 |
# File 'sig/client.rbs', line 2216
def contributors: () -> ::Array[Types::SpaceContributor]
|
#request_id ⇒ ::String
2217 |
# File 'sig/client.rbs', line 2217
def request_id: () -> ::String
|
#space ⇒ Types::SpaceDetails
2215 |
# File 'sig/client.rbs', line 2215
def space: () -> Types::SpaceDetails
|
#space_arn ⇒ ::String
2214 |
# File 'sig/client.rbs', line 2214
def space_arn: () -> ::String
|
#space_id ⇒ ::String
2213 |
# File 'sig/client.rbs', line 2213
def space_id: () -> ::String
|