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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


30197
30198
30199
30200
30201
# File 'lib/aws-sdk-ec2/types.rb', line 30197

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