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)


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

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])


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

def associated_subnet_ids
  @associated_subnet_ids
end

#attachmentTypes::NetworkInterfaceAttachmentChanges

Returns the value of attribute attachment.



14429
14430
14431
# File 'sig/types.rbs', line 14429

def attachment
  @attachment
end

#connection_tracking_specificationTypes::ConnectionTrackingSpecificationRequest

Returns the value of attribute connection_tracking_specification.



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

def connection_tracking_specification
  @connection_tracking_specification
end

#descriptionTypes::AttributeValue

Returns the value of attribute description.



14426
14427
14428
# File 'sig/types.rbs', line 14426

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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

def dry_run
  @dry_run
end

#ena_srd_specificationTypes::EnaSrdSpecification

Returns the value of attribute ena_srd_specification.



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

def ena_srd_specification
  @ena_srd_specification
end

#enable_primary_ipv_6Boolean

Returns the value of attribute enable_primary_ipv_6.

Returns:

  • (Boolean)


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

def enable_primary_ipv_6
  @enable_primary_ipv_6
end

#groups::Array[::String]

Returns the value of attribute groups.

Returns:

  • (::Array[::String])


14428
14429
14430
# File 'sig/types.rbs', line 14428

def groups
  @groups
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


14425
14426
14427
# File 'sig/types.rbs', line 14425

def network_interface_id
  @network_interface_id
end

#source_dest_checkTypes::AttributeBooleanValue

Returns the value of attribute source_dest_check.



14427
14428
14429
# File 'sig/types.rbs', line 14427

def source_dest_check
  @source_dest_check
end