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
4735 |
# File 'sig/client.rbs', line 4735
def arn: () -> ::String
|
#o_auth_client_application_id ⇒ ::String
4736 |
# File 'sig/client.rbs', line 4736
def o_auth_client_application_id: () -> ::String
|
#request_id ⇒ ::String
4738 |
# File 'sig/client.rbs', line 4738
def request_id: () -> ::String
|
#status ⇒ ::Integer
4739 |
# File 'sig/client.rbs', line 4739
def status: () -> ::Integer
|
#update_status ⇒ "CREATION_IN_PROGRESS", ...
4737 |
# File 'sig/client.rbs', line 4737
def update_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|