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.

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentTypes::NetworkInterfaceAttachment

The attachment (if any) of the network interface.



13017
13018
13019
13020
13021
13022
13023
13024
# File 'lib/aws-sdk-ec2/types.rb', line 13017

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

#descriptionTypes::AttributeValue

The description of the network interface.



13017
13018
13019
13020
13021
13022
13023
13024
# File 'lib/aws-sdk-ec2/types.rb', line 13017

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

#groupsArray<Types::GroupIdentifier>

The security groups associated with the network interface.

Returns:



13017
13018
13019
13020
13021
13022
13023
13024
# File 'lib/aws-sdk-ec2/types.rb', line 13017

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

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)


13017
13018
13019
13020
13021
13022
13023
13024
# File 'lib/aws-sdk-ec2/types.rb', line 13017

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

#source_dest_checkTypes::AttributeBooleanValue

Indicates whether source/destination checking is enabled.



13017
13018
13019
13020
13021
13022
13023
13024
# File 'lib/aws-sdk-ec2/types.rb', line 13017

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