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
1621 |
# File 'sig/client.rbs', line 1621
def arn: () -> ::String
|
#availability_status ⇒ "AVAILABLE", ...
1624 |
# File 'sig/client.rbs', line 1624
def availability_status: () -> ("AVAILABLE" | "UNAVAILABLE" | "PARTIALLY_AVAILABLE")
|
#deletion_status ⇒ "CREATION_IN_PROGRESS", ...
1623 |
# File 'sig/client.rbs', line 1623
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
1625 |
# File 'sig/client.rbs', line 1625
def request_id: () -> ::String
|
#status ⇒ ::Integer
1626 |
# File 'sig/client.rbs', line 1626
def status: () -> ::Integer
|
#vpc_connection_id ⇒ ::String
1622 |
# File 'sig/client.rbs', line 1622
def vpc_connection_id: () -> ::String
|