Module: Aws::QuickSight::Client::_CreateOAuthClientApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateOAuthClientApplicationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_status ⇒ "CREATION_IN_PROGRESS", ...
- #o_auth_client_application_id ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#arn ⇒ ::String
675 |
# File 'sig/client.rbs', line 675
def arn: () -> ::String
|
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
677 |
# File 'sig/client.rbs', line 677
def creation_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#o_auth_client_application_id ⇒ ::String
676 |
# File 'sig/client.rbs', line 676
def o_auth_client_application_id: () -> ::String
|
#request_id ⇒ ::String
678 |
# File 'sig/client.rbs', line 678
def request_id: () -> ::String
|
#status ⇒ ::Integer
679 |
# File 'sig/client.rbs', line 679
def status: () -> ::Integer
|