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.
14531 14532 14533 |
# File 'sig/types.rbs', line 14531 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.
14535 14536 14537 |
# File 'sig/types.rbs', line 14535 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.
14541 14542 14543 |
# File 'sig/types.rbs', line 14541 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.
14536 14537 14538 |
# File 'sig/types.rbs', line 14536 def enable_dns_64 @enable_dns_64 end |
#enable_lni_at_device_index ⇒ ::Integer
Returns the value of attribute enable_lni_at_device_index.
14540 14541 14542 |
# File 'sig/types.rbs', line 14540 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.
14538 14539 14540 |
# File 'sig/types.rbs', line 14538 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.
14539 14540 14541 |
# File 'sig/types.rbs', line 14539 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.
14534 14535 14536 |
# File 'sig/types.rbs', line 14534 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.
14532 14533 14534 |
# File 'sig/types.rbs', line 14532 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.
14537 14538 14539 |
# File 'sig/types.rbs', line 14537 def private_dns_hostname_type_on_launch @private_dns_hostname_type_on_launch end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
14533 14534 14535 |
# File 'sig/types.rbs', line 14533 def subnet_id @subnet_id end |