Module: Aws::APIGateway::Client::_UpdateVpcLinkResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::VpcLink]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "AVAILABLE", ...
- #status_message ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #target_arns ⇒ ::Array[::String]
Instance Method Details
#description ⇒ ::String
2252 |
# File 'sig/client.rbs', line 2252
def description: () -> ::String
|
#id ⇒ ::String
2250 |
# File 'sig/client.rbs', line 2250
def id: () -> ::String
|
#name ⇒ ::String
2251 |
# File 'sig/client.rbs', line 2251
def name: () -> ::String
|
#status ⇒ "AVAILABLE", ...
2254 |
# File 'sig/client.rbs', line 2254
def status: () -> ("AVAILABLE" | "PENDING" | "DELETING" | "FAILED")
|
#status_message ⇒ ::String
2255 |
# File 'sig/client.rbs', line 2255
def status_message: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
2256 |
# File 'sig/client.rbs', line 2256
def tags: () -> ::Hash[::String, ::String]
|
#target_arns ⇒ ::Array[::String]
2253 |
# File 'sig/client.rbs', line 2253
def target_arns: () -> ::Array[::String]
|