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
3114 |
# File 'sig/client.rbs', line 3114
def next_token: () -> ::String
|
#request_id ⇒ ::String
3115 |
# File 'sig/client.rbs', line 3115
def request_id: () -> ::String
|
#space_arn ⇒ ::String
3112 |
# File 'sig/client.rbs', line 3112
def space_arn: () -> ::String
|
#space_id ⇒ ::String
3111 |
# File 'sig/client.rbs', line 3111
def space_id: () -> ::String
|
#space_summaries ⇒ ::Array[Types::SpaceSummary]
3113 |
# File 'sig/client.rbs', line 3113
def space_summaries: () -> ::Array[Types::SpaceSummary]
|