Class: Aws::EC2::Types::EfaInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the Elastic Fabric Adapters for the instance type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_efa_interfacesInteger

The maximum number of Elastic Fabric Adapters for the instance type.

Returns:

  • (Integer)


31665
31666
31667
31668
31669
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31665

class EfaInfo < Struct.new(
  :maximum_efa_interfaces)
  SENSITIVE = []
  include Aws::Structure
end