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

#attachmentTypes::NetworkInterfaceAttachment

The attachment (if any) of the network interface.



22823
22824
22825
22826
22827
22828
22829
22830
22831
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22823

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.



22823
22824
22825
22826
22827
22828
22829
22830
22831
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22823

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:



22823
22824
22825
22826
22827
22828
22829
22830
22831
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22823

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)


22823
22824
22825
22826
22827
22828
22829
22830
22831
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22823

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.



22823
22824
22825
22826
22827
22828
22829
22830
22831
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22823

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