Class: Aws::EC2::Types::DescribeNetworkInterfaceAttributeResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Contains the output of DescribeNetworkInterfaceAttribute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associate_public_ip_addressBoolean

Indicates whether to assign a public IPv4 address to a network interface. This option can be enabled for any network interface but will only apply to the primary network interface (eth0).

Returns:

  • (Boolean)


24727
24728
24729
24730
24731
24732
24733
24734
24735
24736
# File 'lib/aws-sdk-ec2/types.rb', line 24727

class DescribeNetworkInterfaceAttributeResult < Struct.new(
  :attachment,
  :description,
  :groups,
  :network_interface_id,
  :source_dest_check,
  :associate_public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#attachmentTypes::NetworkInterfaceAttachment

The attachment (if any) of the network interface.



24727
24728
24729
24730
24731
24732
24733
24734
24735
24736
# File 'lib/aws-sdk-ec2/types.rb', line 24727

class DescribeNetworkInterfaceAttributeResult < Struct.new(
  :attachment,
  :description,
  :groups,
  :network_interface_id,
  :source_dest_check,
  :associate_public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionTypes::AttributeValue

The description of the network interface.



24727
24728
24729
24730
24731
24732
24733
24734
24735
24736
# File 'lib/aws-sdk-ec2/types.rb', line 24727

class DescribeNetworkInterfaceAttributeResult < Struct.new(
  :attachment,
  :description,
  :groups,
  :network_interface_id,
  :source_dest_check,
  :associate_public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#groupsArray<Types::GroupIdentifier>

The security groups associated with the network interface.

Returns:



24727
24728
24729
24730
24731
24732
24733
24734
24735
24736
# File 'lib/aws-sdk-ec2/types.rb', line 24727

class DescribeNetworkInterfaceAttributeResult < Struct.new(
  :attachment,
  :description,
  :groups,
  :network_interface_id,
  :source_dest_check,
  :associate_public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)


24727
24728
24729
24730
24731
24732
24733
24734
24735
24736
# File 'lib/aws-sdk-ec2/types.rb', line 24727

class DescribeNetworkInterfaceAttributeResult < Struct.new(
  :attachment,
  :description,
  :groups,
  :network_interface_id,
  :source_dest_check,
  :associate_public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#source_dest_checkTypes::AttributeBooleanValue

Indicates whether source/destination checking is enabled.



24727
24728
24729
24730
24731
24732
24733
24734
24735
24736
# File 'lib/aws-sdk-ec2/types.rb', line 24727

class DescribeNetworkInterfaceAttributeResult < Struct.new(
  :attachment,
  :description,
  :groups,
  :network_interface_id,
  :source_dest_check,
  :associate_public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end