Module: Aws::QuickSight::Client::_UpdateOAuthClientApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateOAuthClientApplicationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #o_auth_client_application_id ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #update_status ⇒ "CREATION_IN_PROGRESS", ...
Instance Method Details
#arn ⇒ ::String
5288 |
# File 'sig/client.rbs', line 5288
def arn: () -> ::String
|
#o_auth_client_application_id ⇒ ::String
5289 |
# File 'sig/client.rbs', line 5289
def o_auth_client_application_id: () -> ::String
|
#request_id ⇒ ::String
5291 |
# File 'sig/client.rbs', line 5291
def request_id: () -> ::String
|
#status ⇒ ::Integer
5292 |
# File 'sig/client.rbs', line 5292
def status: () -> ::Integer
|
#update_status ⇒ "CREATION_IN_PROGRESS", ...
5290 |
# File 'sig/client.rbs', line 5290
def update_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|