Class: Aws::Types::ModifySubnetAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifySubnetAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assign_ipv_6_address_on_creation ⇒ Types::AttributeBooleanValue
Returns the value of attribute assign_ipv_6_address_on_creation.
-
#customer_owned_ipv_4_pool ⇒ ::String
Returns the value of attribute customer_owned_ipv_4_pool.
-
#disable_lni_at_device_index ⇒ Types::AttributeBooleanValue
Returns the value of attribute disable_lni_at_device_index.
-
#enable_dns_64 ⇒ Types::AttributeBooleanValue
Returns the value of attribute enable_dns_64.
-
#enable_lni_at_device_index ⇒ ::Integer
Returns the value of attribute enable_lni_at_device_index.
-
#enable_resource_name_dns_a_record_on_launch ⇒ Types::AttributeBooleanValue
Returns the value of attribute enable_resource_name_dns_a_record_on_launch.
-
#enable_resource_name_dns_aaaa_record_on_launch ⇒ Types::AttributeBooleanValue
Returns the value of attribute enable_resource_name_dns_aaaa_record_on_launch.
-
#map_customer_owned_ip_on_launch ⇒ Types::AttributeBooleanValue
Returns the value of attribute map_customer_owned_ip_on_launch.
-
#map_public_ip_on_launch ⇒ Types::AttributeBooleanValue
Returns the value of attribute map_public_ip_on_launch.
-
#private_dns_hostname_type_on_launch ⇒ "ip-name", "resource-name"
Returns the value of attribute private_dns_hostname_type_on_launch.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#assign_ipv_6_address_on_creation ⇒ Types::AttributeBooleanValue
Returns the value of attribute assign_ipv_6_address_on_creation.
14192 14193 14194 |
# File 'sig/types.rbs', line 14192 def assign_ipv_6_address_on_creation @assign_ipv_6_address_on_creation end |
#customer_owned_ipv_4_pool ⇒ ::String
Returns the value of attribute customer_owned_ipv_4_pool.
14196 14197 14198 |
# File 'sig/types.rbs', line 14196 def customer_owned_ipv_4_pool @customer_owned_ipv_4_pool end |
#disable_lni_at_device_index ⇒ Types::AttributeBooleanValue
Returns the value of attribute disable_lni_at_device_index.
14202 14203 14204 |
# File 'sig/types.rbs', line 14202 def disable_lni_at_device_index @disable_lni_at_device_index end |
#enable_dns_64 ⇒ Types::AttributeBooleanValue
Returns the value of attribute enable_dns_64.
14197 14198 14199 |
# File 'sig/types.rbs', line 14197 def enable_dns_64 @enable_dns_64 end |
#enable_lni_at_device_index ⇒ ::Integer
Returns the value of attribute enable_lni_at_device_index.
14201 14202 14203 |
# File 'sig/types.rbs', line 14201 def enable_lni_at_device_index @enable_lni_at_device_index end |
#enable_resource_name_dns_a_record_on_launch ⇒ Types::AttributeBooleanValue
Returns the value of attribute enable_resource_name_dns_a_record_on_launch.
14199 14200 14201 |
# File 'sig/types.rbs', line 14199 def enable_resource_name_dns_a_record_on_launch @enable_resource_name_dns_a_record_on_launch end |
#enable_resource_name_dns_aaaa_record_on_launch ⇒ Types::AttributeBooleanValue
Returns the value of attribute enable_resource_name_dns_aaaa_record_on_launch.
14200 14201 14202 |
# File 'sig/types.rbs', line 14200 def enable_resource_name_dns_aaaa_record_on_launch @enable_resource_name_dns_aaaa_record_on_launch end |
#map_customer_owned_ip_on_launch ⇒ Types::AttributeBooleanValue
Returns the value of attribute map_customer_owned_ip_on_launch.
14195 14196 14197 |
# File 'sig/types.rbs', line 14195 def map_customer_owned_ip_on_launch @map_customer_owned_ip_on_launch end |
#map_public_ip_on_launch ⇒ Types::AttributeBooleanValue
Returns the value of attribute map_public_ip_on_launch.
14193 14194 14195 |
# File 'sig/types.rbs', line 14193 def map_public_ip_on_launch @map_public_ip_on_launch end |
#private_dns_hostname_type_on_launch ⇒ "ip-name", "resource-name"
Returns the value of attribute private_dns_hostname_type_on_launch.
14198 14199 14200 |
# File 'sig/types.rbs', line 14198 def private_dns_hostname_type_on_launch @private_dns_hostname_type_on_launch end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
14194 14195 14196 |
# File 'sig/types.rbs', line 14194 def subnet_id @subnet_id end |