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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


22856
22857
22858
22859
22860
22861
22862
22863
22864
22865
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22856

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.



22856
22857
22858
22859
22860
22861
22862
22863
22864
22865
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22856

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.



22856
22857
22858
22859
22860
22861
22862
22863
22864
22865
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22856

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:



22856
22857
22858
22859
22860
22861
22862
22863
22864
22865
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22856

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)


22856
22857
22858
22859
22860
22861
22862
22863
22864
22865
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22856

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.



22856
22857
22858
22859
22860
22861
22862
22863
22864
22865
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22856

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