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)


6871
6872
6873
# File 'sig/types.rbs', line 6871

def associate_public_ip_address
  @associate_public_ip_address
end

#attachmentTypes::NetworkInterfaceAttachment

Returns the value of attribute attachment.



6866
6867
6868
# File 'sig/types.rbs', line 6866

def attachment
  @attachment
end

#descriptionTypes::AttributeValue

Returns the value of attribute description.



6867
6868
6869
# File 'sig/types.rbs', line 6867

def description
  @description
end

#groups::Array[Types::GroupIdentifier]

Returns the value of attribute groups.

Returns:



6868
6869
6870
# File 'sig/types.rbs', line 6868

def groups
  @groups
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


6869
6870
6871
# File 'sig/types.rbs', line 6869

def network_interface_id
  @network_interface_id
end

#source_dest_checkTypes::AttributeBooleanValue

Returns the value of attribute source_dest_check.



6870
6871
6872
# File 'sig/types.rbs', line 6870

def source_dest_check
  @source_dest_check
end