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.
14248 14249 14250 |
# File 'sig/types.rbs', line 14248 def enable_dns_hostnames @enable_dns_hostnames end |
#enable_dns_support ⇒ Types::AttributeBooleanValue
Returns the value of attribute enable_dns_support.
14249 14250 14251 |
# File 'sig/types.rbs', line 14249 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.
14251 14252 14253 |
# File 'sig/types.rbs', line 14251 def enable_network_address_usage_metrics @enable_network_address_usage_metrics end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
14250 14251 14252 |
# File 'sig/types.rbs', line 14250 def vpc_id @vpc_id end |