Module: Aws::QuickSight::Client::_CreateActionConnectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateActionConnectorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action_connector_id ⇒ ::String
- #arn ⇒ ::String
- #creation_status ⇒ "CREATION_IN_PROGRESS", ...
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#action_connector_id ⇒ ::String
221 |
# File 'sig/client.rbs', line 221
def action_connector_id: () -> ::String
|
#arn ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def arn: () -> ::String
|
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
220 |
# File 'sig/client.rbs', line 220
def creation_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#request_id ⇒ ::String
222 |
# File 'sig/client.rbs', line 222
def request_id: () -> ::String
|
#status ⇒ ::Integer
223 |
# File 'sig/client.rbs', line 223
def status: () -> ::Integer
|