Module: Aws::ElasticLoadBalancingV2::Client::_SetSubnetsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SetSubnetsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #availability_zones ⇒ ::Array[Types::AvailabilityZone]
- #enable_prefix_for_ipv_6_source_nat ⇒ "on", "off"
- #ip_address_type ⇒ "ipv4", ...
Instance Method Details
#availability_zones ⇒ ::Array[Types::AvailabilityZone]
850 |
# File 'sig/client.rbs', line 850
def availability_zones: () -> ::Array[Types::AvailabilityZone]
|
#enable_prefix_for_ipv_6_source_nat ⇒ "on", "off"
852 |
# File 'sig/client.rbs', line 852
def enable_prefix_for_ipv_6_source_nat: () -> ("on" | "off")
|
#ip_address_type ⇒ "ipv4", ...
851 |
# File 'sig/client.rbs', line 851
def ip_address_type: () -> ("ipv4" | "dualstack" | "dualstack-without-public-ipv4")
|