Module: Aws::QuickSight::Client::_UpdateActionConnectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateActionConnectorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action_connector_id ⇒ ::String
- #arn ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #update_status ⇒ "CREATION_IN_PROGRESS", ...
Instance Method Details
#action_connector_id ⇒ ::String
4503 |
# File 'sig/client.rbs', line 4503
def action_connector_id: () -> ::String
|
#arn ⇒ ::String
4502 |
# File 'sig/client.rbs', line 4502
def arn: () -> ::String
|
#request_id ⇒ ::String
4504 |
# File 'sig/client.rbs', line 4504
def request_id: () -> ::String
|
#status ⇒ ::Integer
4506 |
# File 'sig/client.rbs', line 4506
def status: () -> ::Integer
|
#update_status ⇒ "CREATION_IN_PROGRESS", ...
4505 |
# File 'sig/client.rbs', line 4505
def update_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|