Class: Aws::Types::DescribeVpcAttributeResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcAttributeResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_dns_hostnames ⇒ Types::AttributeBooleanValue
Returns the value of attribute enable_dns_hostnames.
-
#enable_dns_support ⇒ Types::AttributeBooleanValue
Returns the value of attribute enable_dns_support.
-
#enable_network_address_usage_metrics ⇒ Types::AttributeBooleanValue
Returns the value of attribute enable_network_address_usage_metrics.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#enable_dns_hostnames ⇒ Types::AttributeBooleanValue
Returns the value of attribute enable_dns_hostnames.
7681 7682 7683 |
# File 'sig/types.rbs', line 7681 def enable_dns_hostnames @enable_dns_hostnames end |
#enable_dns_support ⇒ Types::AttributeBooleanValue
Returns the value of attribute enable_dns_support.
7682 7683 7684 |
# File 'sig/types.rbs', line 7682 def enable_dns_support @enable_dns_support end |
#enable_network_address_usage_metrics ⇒ Types::AttributeBooleanValue
Returns the value of attribute enable_network_address_usage_metrics.
7683 7684 7685 |
# File 'sig/types.rbs', line 7683 def enable_network_address_usage_metrics @enable_network_address_usage_metrics end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
7684 7685 7686 |
# File 'sig/types.rbs', line 7684 def vpc_id @vpc_id end |