Module: Aws::EC2::Client::_DescribeVpcAttributeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeVpcAttributeResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #enable_dns_hostnames ⇒ Types::AttributeBooleanValue
- #enable_dns_support ⇒ Types::AttributeBooleanValue
- #enable_network_address_usage_metrics ⇒ Types::AttributeBooleanValue
- #vpc_id ⇒ ::String
Instance Method Details
#enable_dns_hostnames ⇒ Types::AttributeBooleanValue
8508 |
# File 'sig/client.rbs', line 8508
def enable_dns_hostnames: () -> Types::AttributeBooleanValue
|
#enable_dns_support ⇒ Types::AttributeBooleanValue
8509 |
# File 'sig/client.rbs', line 8509
def enable_dns_support: () -> Types::AttributeBooleanValue
|
#enable_network_address_usage_metrics ⇒ Types::AttributeBooleanValue
8510 |
# File 'sig/client.rbs', line 8510
def enable_network_address_usage_metrics: () -> Types::AttributeBooleanValue
|
#vpc_id ⇒ ::String
8511 |
# File 'sig/client.rbs', line 8511
def vpc_id: () -> ::String
|