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)


30885
30886
30887
30888
30889
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30885

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