Module: Aws::APIGateway::Client::_GetVpcLinkResponseSuccess
- 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
1390 |
# File 'sig/client.rbs', line 1390
def description: () -> ::String
|
#id ⇒ ::String
1388 |
# File 'sig/client.rbs', line 1388
def id: () -> ::String
|
#name ⇒ ::String
1389 |
# File 'sig/client.rbs', line 1389
def name: () -> ::String
|
#status ⇒ "AVAILABLE", ...
1392 |
# File 'sig/client.rbs', line 1392
def status: () -> ("AVAILABLE" | "PENDING" | "DELETING" | "FAILED")
|
#status_message ⇒ ::String
1393 |
# File 'sig/client.rbs', line 1393
def status_message: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1394 |
# File 'sig/client.rbs', line 1394
def tags: () -> ::Hash[::String, ::String]
|
#target_arns ⇒ ::Array[::String]
1391 |
# File 'sig/client.rbs', line 1391
def target_arns: () -> ::Array[::String]
|