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
4103 |
# File 'sig/client.rbs', line 4103
def action_connector_id: () -> ::String
|
#arn ⇒ ::String
4102 |
# File 'sig/client.rbs', line 4102
def arn: () -> ::String
|
#request_id ⇒ ::String
4104 |
# File 'sig/client.rbs', line 4104
def request_id: () -> ::String
|
#status ⇒ ::Integer
4106 |
# File 'sig/client.rbs', line 4106
def status: () -> ::Integer
|
#update_status ⇒ "CREATION_IN_PROGRESS", ...
4105 |
# File 'sig/client.rbs', line 4105
def update_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|