Class: Aws::SageMaker::Types::AdditionalEnis
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AdditionalEnis
- 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
-
#efa_enis ⇒ Array<String>
A list of Elastic Fabric Adapter (EFA) ENIs associated with the instance.
Instance Attribute Details
#efa_enis ⇒ Array<String>
A list of Elastic Fabric Adapter (EFA) ENIs associated with the instance.
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 |