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