Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionInferenceAcceleratorsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsTaskDefinitionInferenceAcceleratorsDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass AwsEcsTaskDefinitionInferenceAcceleratorsDetails data as a hash:
{
device_name: "NonEmptyString",
device_type: "NonEmptyString",
}
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.
9946 9947 9948 9949 9950 9951 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9946 class AwsEcsTaskDefinitionInferenceAcceleratorsDetails < Struct.new( :device_name, :device_type) SENSITIVE = [] include Aws::Structure end |
#device_type ⇒ String
The Elastic Inference accelerator type to use.
9946 9947 9948 9949 9950 9951 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9946 class AwsEcsTaskDefinitionInferenceAcceleratorsDetails < Struct.new( :device_name, :device_type) SENSITIVE = [] include Aws::Structure end |