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
2093 |
# File 'sig/client.rbs', line 2093
def o_auth_client_application: () -> Types::OAuthClientApplication
|
#request_id ⇒ ::String
2094 |
# File 'sig/client.rbs', line 2094
def request_id: () -> ::String
|
#status ⇒ ::Integer
2095 |
# File 'sig/client.rbs', line 2095
def status: () -> ::Integer
|