Module: Aws::QuickSight::Client::_ListOAuthClientApplicationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListOAuthClientApplicationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #o_auth_client_applications ⇒ ::Array[Types::OAuthClientApplicationSummary]
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#next_token ⇒ ::String
2967 |
# File 'sig/client.rbs', line 2967
def next_token: () -> ::String
|
#o_auth_client_applications ⇒ ::Array[Types::OAuthClientApplicationSummary]
2966 |
# File 'sig/client.rbs', line 2966
def o_auth_client_applications: () -> ::Array[Types::OAuthClientApplicationSummary]
|
#request_id ⇒ ::String
2968 |
# File 'sig/client.rbs', line 2968
def request_id: () -> ::String
|
#status ⇒ ::Integer
2969 |
# File 'sig/client.rbs', line 2969
def status: () -> ::Integer
|