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)


30387
30388
30389
30390
30391
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30387

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