Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionInferenceAcceleratorsDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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

Instance Attribute Details

#device_name ⇒ String

The Elastic Inference accelerator device name.

Returns:

  • (String)


11246
11247
11248
11249
11250
11251
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11246

class AwsEcsTaskDefinitionInferenceAcceleratorsDetails < Struct.new(
  :device_name,
  :device_type)
  SENSITIVE = []
  include Aws::Structure
end

#device_type ⇒ String

The Elastic Inference accelerator type to use.

Returns:

  • (String)


11246
11247
11248
11249
11250
11251
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11246

class AwsEcsTaskDefinitionInferenceAcceleratorsDetails < Struct.new(
  :device_name,
  :device_type)
  SENSITIVE = []
  include Aws::Structure
end