Class: Aws::Types::ModifyVpcAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVpcAttributeRequest
- 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.
14545 14546 14547 |
# File 'sig/types.rbs', line 14545 def enable_dns_hostnames @enable_dns_hostnames end |
#enable_dns_support ⇒ Types::AttributeBooleanValue
Returns the value of attribute enable_dns_support.
14546 14547 14548 |
# File 'sig/types.rbs', line 14546 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.
14548 14549 14550 |
# File 'sig/types.rbs', line 14548 def enable_network_address_usage_metrics @enable_network_address_usage_metrics end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
14547 14548 14549 |
# File 'sig/types.rbs', line 14547 def vpc_id @vpc_id end |