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

#attachmentTypes::NetworkInterfaceAttachment

The attachment (if any) of the network interface.



22649
22650
22651
22652
22653
22654
22655
22656
22657
# File 'lib/aws-sdk-ec2/types.rb', line 22649

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

#descriptionTypes::AttributeValue

The description of the network interface.



22649
22650
22651
22652
22653
22654
22655
22656
22657
# File 'lib/aws-sdk-ec2/types.rb', line 22649

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

#groupsArray<Types::GroupIdentifier>

The security groups associated with the network interface.

Returns:



22649
22650
22651
22652
22653
22654
22655
22656
22657
# File 'lib/aws-sdk-ec2/types.rb', line 22649

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

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)


22649
22650
22651
22652
22653
22654
22655
22656
22657
# File 'lib/aws-sdk-ec2/types.rb', line 22649

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

#source_dest_checkTypes::AttributeBooleanValue

Indicates whether source/destination checking is enabled.



22649
22650
22651
22652
22653
22654
22655
22656
22657
# File 'lib/aws-sdk-ec2/types.rb', line 22649

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