Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionInferenceAcceleratorsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsTaskDefinitionInferenceAcceleratorsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
An Elastic Inference accelerator to use for the containers in the task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_name ⇒ String
The Elastic Inference accelerator device name.
-
#device_type ⇒ String
The Elastic Inference accelerator type to use.
Instance Attribute Details
#device_name ⇒ String
The Elastic Inference accelerator device name.
11308 11309 11310 11311 11312 11313 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11308 class AwsEcsTaskDefinitionInferenceAcceleratorsDetails < Struct.new( :device_name, :device_type) SENSITIVE = [] include Aws::Structure end |
#device_type ⇒ String
The Elastic Inference accelerator type to use.
11308 11309 11310 11311 11312 11313 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11308 class AwsEcsTaskDefinitionInferenceAcceleratorsDetails < Struct.new( :device_name, :device_type) SENSITIVE = [] include Aws::Structure end |