Module: Aws::QuickSight::Client::_DeleteVPCConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteVPCConnectionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #availability_status ⇒ "AVAILABLE", ...
- #deletion_status ⇒ "CREATION_IN_PROGRESS", ...
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #vpc_connection_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
1415 |
# File 'sig/client.rbs', line 1415
def arn: () -> ::String
|
#availability_status ⇒ "AVAILABLE", ...
1418 |
# File 'sig/client.rbs', line 1418
def availability_status: () -> ("AVAILABLE" | "UNAVAILABLE" | "PARTIALLY_AVAILABLE")
|
#deletion_status ⇒ "CREATION_IN_PROGRESS", ...
1417 |
# File 'sig/client.rbs', line 1417
def deletion_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETION_IN_PROGRESS" | "DELETION_FAILED" | "DELETED")
|
#request_id ⇒ ::String
1419 |
# File 'sig/client.rbs', line 1419
def request_id: () -> ::String
|
#status ⇒ ::Integer
1420 |
# File 'sig/client.rbs', line 1420
def status: () -> ::Integer
|
#vpc_connection_id ⇒ ::String
1416 |
# File 'sig/client.rbs', line 1416
def vpc_connection_id: () -> ::String
|