Class: Aws::Types::ModifyNetworkInterfaceAttributeRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associate_public_ip_addressBoolean

Returns the value of attribute associate_public_ip_address.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


14417
14418
14419
# File 'sig/types.rbs', line 14417

def associated_subnet_ids
  @associated_subnet_ids
end

#attachmentTypes::NetworkInterfaceAttachmentChanges

Returns the value of attribute attachment.



14423
14424
14425
# File 'sig/types.rbs', line 14423

def attachment
  @attachment
end

#connection_tracking_specificationTypes::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

#descriptionTypes::AttributeValue

Returns the value of attribute description.



14420
14421
14422
# File 'sig/types.rbs', line 14420

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14418
14419
14420
# File 'sig/types.rbs', line 14418

def dry_run
  @dry_run
end

#ena_srd_specificationTypes::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_6Boolean

Returns the value of attribute enable_primary_ipv_6.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


14419
14420
14421
# File 'sig/types.rbs', line 14419

def network_interface_id
  @network_interface_id
end

#source_dest_checkTypes::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