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)


6961
6962
6963
# File 'sig/types.rbs', line 6961

def associate_public_ip_address
  @associate_public_ip_address
end

#attachmentTypes::NetworkInterfaceAttachment

Returns the value of attribute attachment.



6956
6957
6958
# File 'sig/types.rbs', line 6956

def attachment
  @attachment
end

#descriptionTypes::AttributeValue

Returns the value of attribute description.



6957
6958
6959
# File 'sig/types.rbs', line 6957

def description
  @description
end

#groups::Array[Types::GroupIdentifier]

Returns the value of attribute groups.

Returns:



6958
6959
6960
# File 'sig/types.rbs', line 6958

def groups
  @groups
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


6959
6960
6961
# File 'sig/types.rbs', line 6959

def network_interface_id
  @network_interface_id
end

#source_dest_checkTypes::AttributeBooleanValue

Returns the value of attribute source_dest_check.



6960
6961
6962
# File 'sig/types.rbs', line 6960

def source_dest_check
  @source_dest_check
end