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
3041 |
# File 'sig/client.rbs', line 3041
def next_token: () -> ::String
|
#request_id ⇒ ::String
3042 |
# File 'sig/client.rbs', line 3042
def request_id: () -> ::String
|
#space_arn ⇒ ::String
3039 |
# File 'sig/client.rbs', line 3039
def space_arn: () -> ::String
|
#space_id ⇒ ::String
3038 |
# File 'sig/client.rbs', line 3038
def space_id: () -> ::String
|
#space_summaries ⇒ ::Array[Types::SpaceSummary]
3040 |
# File 'sig/client.rbs', line 3040
def space_summaries: () -> ::Array[Types::SpaceSummary]
|