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)


22829
22830
22831
22832
22833
22834
22835
22836
22837
22838
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22829

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.



22829
22830
22831
22832
22833
22834
22835
22836
22837
22838
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22829

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.



22829
22830
22831
22832
22833
22834
22835
22836
22837
22838
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22829

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:



22829
22830
22831
22832
22833
22834
22835
22836
22837
22838
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22829

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)


22829
22830
22831
22832
22833
22834
22835
22836
22837
22838
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22829

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.



22829
22830
22831
22832
22833
22834
22835
22836
22837
22838
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22829

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