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
5163 |
# File 'sig/client.rbs', line 5163
def arn: () -> ::String
|
#availability_status ⇒ "AVAILABLE", ...
5166 |
# File 'sig/client.rbs', line 5166
def availability_status: () -> ("AVAILABLE" | "UNAVAILABLE" | "PARTIALLY_AVAILABLE")
|
#request_id ⇒ ::String
5167 |
# File 'sig/client.rbs', line 5167
def request_id: () -> ::String
|
#status ⇒ ::Integer
5168 |
# File 'sig/client.rbs', line 5168
def status: () -> ::Integer
|
#update_status ⇒ "CREATION_IN_PROGRESS", ...
5165 |
# File 'sig/client.rbs', line 5165
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
5164 |
# File 'sig/client.rbs', line 5164
def vpc_connection_id: () -> ::String
|