Module: Aws::QuickSight::Client::_UpdateVPCConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateVPCConnectionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #availability_status ⇒ "AVAILABLE", ...
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #update_status ⇒ "CREATION_IN_PROGRESS", ...
- #vpc_connection_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
5231 |
# File 'sig/client.rbs', line 5231
def arn: () -> ::String
|
#availability_status ⇒ "AVAILABLE", ...
5234 |
# File 'sig/client.rbs', line 5234
def availability_status: () -> ("AVAILABLE" | "UNAVAILABLE" | "PARTIALLY_AVAILABLE")
|
#request_id ⇒ ::String
5235 |
# File 'sig/client.rbs', line 5235
def request_id: () -> ::String
|
#status ⇒ ::Integer
5236 |
# File 'sig/client.rbs', line 5236
def status: () -> ::Integer
|
#update_status ⇒ "CREATION_IN_PROGRESS", ...
5233 |
# File 'sig/client.rbs', line 5233
def update_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETION_IN_PROGRESS" | "DELETION_FAILED" | "DELETED")
|
#vpc_connection_id ⇒ ::String
5232 |
# File 'sig/client.rbs', line 5232
def vpc_connection_id: () -> ::String
|