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)


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.

Returns:

  • (::Array[::String])


13781
13782
13783
# File 'sig/types.rbs', line 13781

def associated_subnet_ids
  @associated_subnet_ids
end

#attachmentTypes::NetworkInterfaceAttachmentChanges

Returns the value of attribute attachment.



13787
13788
13789
# File 'sig/types.rbs', line 13787

def attachment
  @attachment
end

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

#descriptionTypes::AttributeValue

Returns the value of attribute description.



13784
13785
13786
# File 'sig/types.rbs', line 13784

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13782
13783
13784
# File 'sig/types.rbs', line 13782

def dry_run
  @dry_run
end

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

Returns the value of attribute enable_primary_ipv_6.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


13783
13784
13785
# File 'sig/types.rbs', line 13783

def network_interface_id
  @network_interface_id
end

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