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.
14077 14078 14079 |
# File 'sig/types.rbs', line 14077 def associate_public_ip_address @associate_public_ip_address end |
#associated_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute associated_subnet_ids.
14078 14079 14080 |
# File 'sig/types.rbs', line 14078 def associated_subnet_ids @associated_subnet_ids end |
#attachment ⇒ Types::NetworkInterfaceAttachmentChanges
Returns the value of attribute attachment.
14084 14085 14086 |
# File 'sig/types.rbs', line 14084 def @attachment end |
#connection_tracking_specification ⇒ Types::ConnectionTrackingSpecificationRequest
Returns the value of attribute connection_tracking_specification.
14076 14077 14078 |
# File 'sig/types.rbs', line 14076 def connection_tracking_specification @connection_tracking_specification end |
#description ⇒ Types::AttributeValue
Returns the value of attribute description.
14081 14082 14083 |
# File 'sig/types.rbs', line 14081 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14079 14080 14081 |
# File 'sig/types.rbs', line 14079 def dry_run @dry_run end |
#ena_srd_specification ⇒ Types::EnaSrdSpecification
Returns the value of attribute ena_srd_specification.
14074 14075 14076 |
# File 'sig/types.rbs', line 14074 def ena_srd_specification @ena_srd_specification end |
#enable_primary_ipv_6 ⇒ Boolean
Returns the value of attribute enable_primary_ipv_6.
14075 14076 14077 |
# File 'sig/types.rbs', line 14075 def enable_primary_ipv_6 @enable_primary_ipv_6 end |
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
14083 14084 14085 |
# File 'sig/types.rbs', line 14083 def groups @groups end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
14080 14081 14082 |
# File 'sig/types.rbs', line 14080 def network_interface_id @network_interface_id end |
#source_dest_check ⇒ Types::AttributeBooleanValue
Returns the value of attribute source_dest_check.
14082 14083 14084 |
# File 'sig/types.rbs', line 14082 def source_dest_check @source_dest_check end |