Module: Aws::RTBFabric::Client::_GetRequesterGatewayResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRequesterGatewayResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #active_links_count ⇒ ::Integer
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #domain_name ⇒ ::String
- #gateway_id ⇒ ::String
- #security_group_ids ⇒ ::Array[::String]
- #status ⇒ "PENDING_CREATION", ...
- #subnet_ids ⇒ ::Array[::String]
- #tags ⇒ ::Hash[::String, ::String]
- #total_links_count ⇒ ::Integer
- #updated_at ⇒ ::Time
- #vpc_id ⇒ ::String
Instance Method Details
#active_links_count ⇒ ::Integer
445 |
# File 'sig/client.rbs', line 445
def active_links_count: () -> ::Integer
|
#created_at ⇒ ::Time
438 |
# File 'sig/client.rbs', line 438
def created_at: () -> ::Time
|
#description ⇒ ::String
437 |
# File 'sig/client.rbs', line 437
def description: () -> ::String
|
#domain_name ⇒ ::String
436 |
# File 'sig/client.rbs', line 436
def domain_name: () -> ::String
|
#gateway_id ⇒ ::String
443 |
# File 'sig/client.rbs', line 443
def gateway_id: () -> ::String
|
#security_group_ids ⇒ ::Array[::String]
442 |
# File 'sig/client.rbs', line 442
def security_group_ids: () -> ::Array[::String]
|
#status ⇒ "PENDING_CREATION", ...
435 |
# File 'sig/client.rbs', line 435
def status: () -> ("PENDING_CREATION" | "ACTIVE" | "PENDING_DELETION" | "DELETED" | "ERROR" | "PENDING_UPDATE" | "ISOLATED" | "PENDING_ISOLATION" | "PENDING_RESTORATION")
|
#subnet_ids ⇒ ::Array[::String]
441 |
# File 'sig/client.rbs', line 441
def subnet_ids: () -> ::Array[::String]
|
#tags ⇒ ::Hash[::String, ::String]
444 |
# File 'sig/client.rbs', line 444
def tags: () -> ::Hash[::String, ::String]
|
#total_links_count ⇒ ::Integer
446 |
# File 'sig/client.rbs', line 446
def total_links_count: () -> ::Integer
|
#updated_at ⇒ ::Time
439 |
# File 'sig/client.rbs', line 439
def updated_at: () -> ::Time
|
#vpc_id ⇒ ::String
440 |
# File 'sig/client.rbs', line 440
def vpc_id: () -> ::String
|