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
4803 |
# File 'sig/client.rbs', line 4803
def arn: () -> ::String
|
#o_auth_client_application_id ⇒ ::String
4804 |
# File 'sig/client.rbs', line 4804
def o_auth_client_application_id: () -> ::String
|
#request_id ⇒ ::String
4806 |
# File 'sig/client.rbs', line 4806
def request_id: () -> ::String
|
#status ⇒ ::Integer
4807 |
# File 'sig/client.rbs', line 4807
def status: () -> ::Integer
|
#update_status ⇒ "CREATION_IN_PROGRESS", ...
4805 |
# File 'sig/client.rbs', line 4805
def update_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|