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
2923 |
# File 'sig/client.rbs', line 2923
def next_token: () -> ::String
|
#o_auth_client_applications ⇒ ::Array[Types::OAuthClientApplicationSummary]
2922 |
# File 'sig/client.rbs', line 2922
def o_auth_client_applications: () -> ::Array[Types::OAuthClientApplicationSummary]
|
#request_id ⇒ ::String
2924 |
# File 'sig/client.rbs', line 2924
def request_id: () -> ::String
|
#status ⇒ ::Integer
2925 |
# File 'sig/client.rbs', line 2925
def status: () -> ::Integer
|