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