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)


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.

Returns:

  • (::Array[::String])


14078
14079
14080
# File 'sig/types.rbs', line 14078

def associated_subnet_ids
  @associated_subnet_ids
end

#attachmentTypes::NetworkInterfaceAttachmentChanges

Returns the value of attribute attachment.



14084
14085
14086
# File 'sig/types.rbs', line 14084

def attachment
  @attachment
end

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

#descriptionTypes::AttributeValue

Returns the value of attribute description.



14081
14082
14083
# File 'sig/types.rbs', line 14081

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14079
14080
14081
# File 'sig/types.rbs', line 14079

def dry_run
  @dry_run
end

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

Returns the value of attribute enable_primary_ipv_6.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


14080
14081
14082
# File 'sig/types.rbs', line 14080

def network_interface_id
  @network_interface_id
end

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