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.
7864 7865 7866 |
# File 'sig/types.rbs', line 7864 def enable_dns_hostnames @enable_dns_hostnames end |
#enable_dns_support ⇒ Types::AttributeBooleanValue
Returns the value of attribute enable_dns_support.
7865 7866 7867 |
# File 'sig/types.rbs', line 7865 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.
7866 7867 7868 |
# File 'sig/types.rbs', line 7866 def enable_network_address_usage_metrics @enable_network_address_usage_metrics end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
7867 7868 7869 |
# File 'sig/types.rbs', line 7867 def vpc_id @vpc_id end |