Module: Aws::VPCLattice::Client::_GetResourceGatewayResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetResourceGatewayResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #id ⇒ ::String
- #ip_address_type ⇒ "IPV4", ...
- #ipv4_addresses_per_eni ⇒ ::Integer
- #last_updated_at ⇒ ::Time
- #managed_by ⇒ ::String
- #name ⇒ ::String
- #resource_config_dns_resolution ⇒ "IN_VPC", "PUBLIC"
- #security_group_ids ⇒ ::Array[::String]
- #service_managed ⇒ Boolean
- #status ⇒ "ACTIVE", ...
- #subnet_ids ⇒ ::Array[::String]
- #vpc_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
642 |
# File 'sig/client.rbs', line 642
def arn: () -> ::String
|
#created_at ⇒ ::Time
652 |
# File 'sig/client.rbs', line 652
def created_at: () -> ::Time
|
#id ⇒ ::String
641 |
# File 'sig/client.rbs', line 641
def id: () -> ::String
|
#ip_address_type ⇒ "IPV4", ...
649 |
# File 'sig/client.rbs', line 649
def ip_address_type: () -> ("IPV4" | "IPV6" | "DUALSTACK")
|
#ipv4_addresses_per_eni ⇒ ::Integer
650 |
# File 'sig/client.rbs', line 650
def ipv4_addresses_per_eni: () -> ::Integer
|
#last_updated_at ⇒ ::Time
653 |
# File 'sig/client.rbs', line 653
def last_updated_at: () -> ::Time
|
#managed_by ⇒ ::String
647 |
# File 'sig/client.rbs', line 647
def managed_by: () -> ::String
|
#name ⇒ ::String
640 |
# File 'sig/client.rbs', line 640
def name: () -> ::String
|
#resource_config_dns_resolution ⇒ "IN_VPC", "PUBLIC"
651 |
# File 'sig/client.rbs', line 651
def resource_config_dns_resolution: () -> ("IN_VPC" | "PUBLIC")
|
#security_group_ids ⇒ ::Array[::String]
648 |
# File 'sig/client.rbs', line 648
def security_group_ids: () -> ::Array[::String]
|
#service_managed ⇒ Boolean
646 |
# File 'sig/client.rbs', line 646
def service_managed: () -> bool
|
#status ⇒ "ACTIVE", ...
643 |
# File 'sig/client.rbs', line 643
def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#subnet_ids ⇒ ::Array[::String]
645 |
# File 'sig/client.rbs', line 645
def subnet_ids: () -> ::Array[::String]
|
#vpc_id ⇒ ::String
644 |
# File 'sig/client.rbs', line 644
def vpc_id: () -> ::String
|