Class: Aws::Types::DescribeNetworkInterfaceAttributeResult

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)


6688
6689
6690
# File 'sig/types.rbs', line 6688

def associate_public_ip_address
  @associate_public_ip_address
end

#attachmentTypes::NetworkInterfaceAttachment

Returns the value of attribute attachment.



6683
6684
6685
# File 'sig/types.rbs', line 6683

def attachment
  @attachment
end

#descriptionTypes::AttributeValue

Returns the value of attribute description.



6684
6685
6686
# File 'sig/types.rbs', line 6684

def description
  @description
end

#groups::Array[Types::GroupIdentifier]

Returns the value of attribute groups.

Returns:



6685
6686
6687
# File 'sig/types.rbs', line 6685

def groups
  @groups
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


6686
6687
6688
# File 'sig/types.rbs', line 6686

def network_interface_id
  @network_interface_id
end

#source_dest_checkTypes::AttributeBooleanValue

Returns the value of attribute source_dest_check.



6687
6688
6689
# File 'sig/types.rbs', line 6687

def source_dest_check
  @source_dest_check
end