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.
13780 13781 13782 |
# File 'sig/types.rbs', line 13780 def associate_public_ip_address @associate_public_ip_address end |
#associated_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute associated_subnet_ids.
13781 13782 13783 |
# File 'sig/types.rbs', line 13781 def associated_subnet_ids @associated_subnet_ids end |
#attachment ⇒ Types::NetworkInterfaceAttachmentChanges
Returns the value of attribute attachment.
13787 13788 13789 |
# File 'sig/types.rbs', line 13787 def @attachment end |
#connection_tracking_specification ⇒ Types::ConnectionTrackingSpecificationRequest
Returns the value of attribute connection_tracking_specification.
13779 13780 13781 |
# File 'sig/types.rbs', line 13779 def connection_tracking_specification @connection_tracking_specification end |
#description ⇒ Types::AttributeValue
Returns the value of attribute description.
13784 13785 13786 |
# File 'sig/types.rbs', line 13784 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13782 13783 13784 |
# File 'sig/types.rbs', line 13782 def dry_run @dry_run end |
#ena_srd_specification ⇒ Types::EnaSrdSpecification
Returns the value of attribute ena_srd_specification.
13777 13778 13779 |
# File 'sig/types.rbs', line 13777 def ena_srd_specification @ena_srd_specification end |
#enable_primary_ipv_6 ⇒ Boolean
Returns the value of attribute enable_primary_ipv_6.
13778 13779 13780 |
# File 'sig/types.rbs', line 13778 def enable_primary_ipv_6 @enable_primary_ipv_6 end |
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
13786 13787 13788 |
# File 'sig/types.rbs', line 13786 def groups @groups end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
13783 13784 13785 |
# File 'sig/types.rbs', line 13783 def network_interface_id @network_interface_id end |
#source_dest_check ⇒ Types::AttributeBooleanValue
Returns the value of attribute source_dest_check.
13785 13786 13787 |
# File 'sig/types.rbs', line 13785 def source_dest_check @source_dest_check end |