Class: Aws::Types::ModifyNetworkInterfaceAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyNetworkInterfaceAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associate_public_ip_address ⇒ Boolean
Returns the value of attribute associate_public_ip_address.
-
#associated_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute associated_subnet_ids.
-
#attachment ⇒ Types::NetworkInterfaceAttachmentChanges
Returns the value of attribute attachment.
-
#connection_tracking_specification ⇒ Types::ConnectionTrackingSpecificationRequest
Returns the value of attribute connection_tracking_specification.
-
#description ⇒ Types::AttributeValue
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ena_srd_specification ⇒ Types::EnaSrdSpecification
Returns the value of attribute ena_srd_specification.
-
#enable_primary_ipv_6 ⇒ Boolean
Returns the value of attribute enable_primary_ipv_6.
-
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#source_dest_check ⇒ Types::AttributeBooleanValue
Returns the value of attribute source_dest_check.
Instance Attribute Details
#associate_public_ip_address ⇒ Boolean
Returns the value of attribute associate_public_ip_address.
14416 14417 14418 |
# File 'sig/types.rbs', line 14416 def associate_public_ip_address @associate_public_ip_address end |
#associated_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute associated_subnet_ids.
14417 14418 14419 |
# File 'sig/types.rbs', line 14417 def associated_subnet_ids @associated_subnet_ids end |
#attachment ⇒ Types::NetworkInterfaceAttachmentChanges
Returns the value of attribute attachment.
14423 14424 14425 |
# File 'sig/types.rbs', line 14423 def @attachment end |
#connection_tracking_specification ⇒ Types::ConnectionTrackingSpecificationRequest
Returns the value of attribute connection_tracking_specification.
14415 14416 14417 |
# File 'sig/types.rbs', line 14415 def connection_tracking_specification @connection_tracking_specification end |
#description ⇒ Types::AttributeValue
Returns the value of attribute description.
14420 14421 14422 |
# File 'sig/types.rbs', line 14420 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14418 14419 14420 |
# File 'sig/types.rbs', line 14418 def dry_run @dry_run end |
#ena_srd_specification ⇒ Types::EnaSrdSpecification
Returns the value of attribute ena_srd_specification.
14413 14414 14415 |
# File 'sig/types.rbs', line 14413 def ena_srd_specification @ena_srd_specification end |
#enable_primary_ipv_6 ⇒ Boolean
Returns the value of attribute enable_primary_ipv_6.
14414 14415 14416 |
# File 'sig/types.rbs', line 14414 def enable_primary_ipv_6 @enable_primary_ipv_6 end |
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
14422 14423 14424 |
# File 'sig/types.rbs', line 14422 def groups @groups end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
14419 14420 14421 |
# File 'sig/types.rbs', line 14419 def network_interface_id @network_interface_id end |
#source_dest_check ⇒ Types::AttributeBooleanValue
Returns the value of attribute source_dest_check.
14421 14422 14423 |
# File 'sig/types.rbs', line 14421 def source_dest_check @source_dest_check end |