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
1456 |
# File 'sig/client.rbs', line 1456
def arn: () -> ::String
|
#availability_status ⇒ "AVAILABLE", ...
1459 |
# File 'sig/client.rbs', line 1459
def availability_status: () -> ("AVAILABLE" | "UNAVAILABLE" | "PARTIALLY_AVAILABLE")
|
#deletion_status ⇒ "CREATION_IN_PROGRESS", ...
1458 |
# File 'sig/client.rbs', line 1458
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
1460 |
# File 'sig/client.rbs', line 1460
def request_id: () -> ::String
|
#status ⇒ ::Integer
1461 |
# File 'sig/client.rbs', line 1461
def status: () -> ::Integer
|
#vpc_connection_id ⇒ ::String
1457 |
# File 'sig/client.rbs', line 1457
def vpc_connection_id: () -> ::String
|