Class: Aws::SageMaker::Types::AdditionalEnis

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

Overview

Information about additional Elastic Network Interfaces (ENIs) associated with an instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#efa_enisArray<String>

A list of Elastic Fabric Adapter (EFA) ENIs associated with the instance.

Returns:

  • (Array<String>)


206
207
208
209
210
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 206

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