Module: Aws::APIGateway::Client::_CreateVpcLinkResponseSuccess
- 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
478 |
# File 'sig/client.rbs', line 478
def description: () -> ::String
|
#id ⇒ ::String
476 |
# File 'sig/client.rbs', line 476
def id: () -> ::String
|
#name ⇒ ::String
477 |
# File 'sig/client.rbs', line 477
def name: () -> ::String
|
#status ⇒ "AVAILABLE", ...
480 |
# File 'sig/client.rbs', line 480
def status: () -> ("AVAILABLE" | "PENDING" | "DELETING" | "FAILED")
|
#status_message ⇒ ::String
481 |
# File 'sig/client.rbs', line 481
def status_message: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
482 |
# File 'sig/client.rbs', line 482
def tags: () -> ::Hash[::String, ::String]
|
#target_arns ⇒ ::Array[::String]
479 |
# File 'sig/client.rbs', line 479
def target_arns: () -> ::Array[::String]
|