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.
13895 13896 13897 |
# File 'sig/types.rbs', line 13895 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.
13899 13900 13901 |
# File 'sig/types.rbs', line 13899 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.
13905 13906 13907 |
# File 'sig/types.rbs', line 13905 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.
13900 13901 13902 |
# File 'sig/types.rbs', line 13900 def enable_dns_64 @enable_dns_64 end |
#enable_lni_at_device_index ⇒ ::Integer
Returns the value of attribute enable_lni_at_device_index.
13904 13905 13906 |
# File 'sig/types.rbs', line 13904 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.
13902 13903 13904 |
# File 'sig/types.rbs', line 13902 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.
13903 13904 13905 |
# File 'sig/types.rbs', line 13903 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.
13898 13899 13900 |
# File 'sig/types.rbs', line 13898 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.
13896 13897 13898 |
# File 'sig/types.rbs', line 13896 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.
13901 13902 13903 |
# File 'sig/types.rbs', line 13901 def private_dns_hostname_type_on_launch @private_dns_hostname_type_on_launch end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
13897 13898 13899 |
# File 'sig/types.rbs', line 13897 def subnet_id @subnet_id end |