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]
2907 |
# File 'sig/client.rbs', line 2907
def namespaces: () -> ::Array[Types::NamespaceInfoV2]
|
#next_token ⇒ ::String
2908 |
# File 'sig/client.rbs', line 2908
def next_token: () -> ::String
|
#request_id ⇒ ::String
2909 |
# File 'sig/client.rbs', line 2909
def request_id: () -> ::String
|
#status ⇒ ::Integer
2910 |
# File 'sig/client.rbs', line 2910
def status: () -> ::Integer
|