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]
2175 |
# File 'sig/client.rbs', line 2175
def contributors: () -> ::Array[Types::SpaceContributor]
|
#request_id ⇒ ::String
2176 |
# File 'sig/client.rbs', line 2176
def request_id: () -> ::String
|
#space ⇒ Types::SpaceDetails
2174 |
# File 'sig/client.rbs', line 2174
def space: () -> Types::SpaceDetails
|
#space_arn ⇒ ::String
2173 |
# File 'sig/client.rbs', line 2173
def space_arn: () -> ::String
|
#space_id ⇒ ::String
2172 |
# File 'sig/client.rbs', line 2172
def space_id: () -> ::String
|