Module: Aws::QuickSight::Client::_DescribeOAuthClientApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeOAuthClientApplicationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #o_auth_client_application ⇒ Types::OAuthClientApplication
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#o_auth_client_application ⇒ Types::OAuthClientApplication
2358 |
# File 'sig/client.rbs', line 2358
def o_auth_client_application: () -> Types::OAuthClientApplication
|
#request_id ⇒ ::String
2359 |
# File 'sig/client.rbs', line 2359
def request_id: () -> ::String
|
#status ⇒ ::Integer
2360 |
# File 'sig/client.rbs', line 2360
def status: () -> ::Integer
|