Module: Aws::RTBFabric::Client::_GetResponderGatewayResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetResponderGatewayResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #active_links_count ⇒ ::Integer
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #domain_name ⇒ ::String
- #external_inbound_endpoint ⇒ ::String
- #gateway_id ⇒ ::String
- #gateway_type ⇒ "EXTERNAL", "INTERNAL"
- #inbound_links_count ⇒ ::Integer
- #links_requested_count ⇒ ::Integer
- #listener_config ⇒ Types::ListenerConfig
- #managed_endpoint_configuration ⇒ Types::ManagedEndpointConfiguration
- #port ⇒ ::Integer
- #protocol ⇒ "HTTP", "HTTPS"
- #security_group_ids ⇒ ::Array[::String]
- #status ⇒ "PENDING_CREATION", ...
- #subnet_ids ⇒ ::Array[::String]
- #tags ⇒ ::Hash[::String, ::String]
- #total_links_count ⇒ ::Integer
- #trust_store_configuration ⇒ Types::TrustStoreConfiguration
- #updated_at ⇒ ::Time
- #vpc_id ⇒ ::String
Instance Method Details
#active_links_count ⇒ ::Integer
471 |
# File 'sig/client.rbs', line 471
def active_links_count: () -> ::Integer
|
#created_at ⇒ ::Time
461 |
# File 'sig/client.rbs', line 461
def created_at: () -> ::Time
|
#description ⇒ ::String
460 |
# File 'sig/client.rbs', line 460
def description: () -> ::String
|
#domain_name ⇒ ::String
463 |
# File 'sig/client.rbs', line 463
def domain_name: () -> ::String
|
#external_inbound_endpoint ⇒ ::String
476 |
# File 'sig/client.rbs', line 476
def external_inbound_endpoint: () -> ::String
|
#gateway_id ⇒ ::String
469 |
# File 'sig/client.rbs', line 469
def gateway_id: () -> ::String
|
#gateway_type ⇒ "EXTERNAL", "INTERNAL"
475 |
# File 'sig/client.rbs', line 475
def gateway_type: () -> ("EXTERNAL" | "INTERNAL")
|
#inbound_links_count ⇒ ::Integer
473 |
# File 'sig/client.rbs', line 473
def inbound_links_count: () -> ::Integer
|
#links_requested_count ⇒ ::Integer
474 |
# File 'sig/client.rbs', line 474
def links_requested_count: () -> ::Integer
|
#listener_config ⇒ Types::ListenerConfig
466 |
# File 'sig/client.rbs', line 466
def listener_config: () -> Types::ListenerConfig
|
#managed_endpoint_configuration ⇒ Types::ManagedEndpointConfiguration
468 |
# File 'sig/client.rbs', line 468
def managed_endpoint_configuration: () -> Types::ManagedEndpointConfiguration
|
#port ⇒ ::Integer
464 |
# File 'sig/client.rbs', line 464
def port: () -> ::Integer
|
#protocol ⇒ "HTTP", "HTTPS"
465 |
# File 'sig/client.rbs', line 465
def protocol: () -> ("HTTP" | "HTTPS")
|
#security_group_ids ⇒ ::Array[::String]
458 |
# File 'sig/client.rbs', line 458
def security_group_ids: () -> ::Array[::String]
|
#status ⇒ "PENDING_CREATION", ...
459 |
# File 'sig/client.rbs', line 459
def status: () -> ("PENDING_CREATION" | "ACTIVE" | "PENDING_DELETION" | "DELETED" | "ERROR" | "PENDING_UPDATE" | "ISOLATED" | "PENDING_ISOLATION" | "PENDING_RESTORATION")
|
#subnet_ids ⇒ ::Array[::String]
457 |
# File 'sig/client.rbs', line 457
def subnet_ids: () -> ::Array[::String]
|
#tags ⇒ ::Hash[::String, ::String]
470 |
# File 'sig/client.rbs', line 470
def tags: () -> ::Hash[::String, ::String]
|
#total_links_count ⇒ ::Integer
472 |
# File 'sig/client.rbs', line 472
def total_links_count: () -> ::Integer
|
#trust_store_configuration ⇒ Types::TrustStoreConfiguration
467 |
# File 'sig/client.rbs', line 467
def trust_store_configuration: () -> Types::TrustStoreConfiguration
|
#updated_at ⇒ ::Time
462 |
# File 'sig/client.rbs', line 462
def updated_at: () -> ::Time
|
#vpc_id ⇒ ::String
456 |
# File 'sig/client.rbs', line 456
def vpc_id: () -> ::String
|