Module: Aws::QuickSight::Client::_ListSpacesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListSpacesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #request_id ⇒ ::String
- #space_arn ⇒ ::String
- #space_id ⇒ ::String
- #space_summaries ⇒ ::Array[Types::SpaceSummary]
Instance Method Details
#next_token ⇒ ::String
3000 |
# File 'sig/client.rbs', line 3000
def next_token: () -> ::String
|
#request_id ⇒ ::String
3001 |
# File 'sig/client.rbs', line 3001
def request_id: () -> ::String
|
#space_arn ⇒ ::String
2998 |
# File 'sig/client.rbs', line 2998
def space_arn: () -> ::String
|
#space_id ⇒ ::String
2997 |
# File 'sig/client.rbs', line 2997
def space_id: () -> ::String
|
#space_summaries ⇒ ::Array[Types::SpaceSummary]
2999 |
# File 'sig/client.rbs', line 2999
def space_summaries: () -> ::Array[Types::SpaceSummary]
|