Module: Aws::QuickSight::Client::_ListNamespacesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListNamespacesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #namespaces ⇒ ::Array[Types::NamespaceInfoV2]
- #next_token ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#namespaces ⇒ ::Array[Types::NamespaceInfoV2]
2948 |
# File 'sig/client.rbs', line 2948
def namespaces: () -> ::Array[Types::NamespaceInfoV2]
|
#next_token ⇒ ::String
2949 |
# File 'sig/client.rbs', line 2949
def next_token: () -> ::String
|
#request_id ⇒ ::String
2950 |
# File 'sig/client.rbs', line 2950
def request_id: () -> ::String
|
#status ⇒ ::Integer
2951 |
# File 'sig/client.rbs', line 2951
def status: () -> ::Integer
|