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
4062 |
# File 'sig/client.rbs', line 4062
def action_connector_id: () -> ::String
|
#arn ⇒ ::String
4061 |
# File 'sig/client.rbs', line 4061
def arn: () -> ::String
|
#request_id ⇒ ::String
4063 |
# File 'sig/client.rbs', line 4063
def request_id: () -> ::String
|
#status ⇒ ::Integer
4065 |
# File 'sig/client.rbs', line 4065
def status: () -> ::Integer
|
#update_status ⇒ "CREATION_IN_PROGRESS", ...
4064 |
# File 'sig/client.rbs', line 4064
def update_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|