Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details for an Amazon Elastic Inference accelerator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
The number of Elastic Inference accelerators to attach to the instance.
-
#type ⇒ String
The type of Elastic Inference accelerator.
Instance Attribute Details
#count ⇒ Integer
The number of Elastic Inference accelerators to attach to the instance.
7294 7295 7296 7297 7298 7299 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7294 class AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetails < Struct.new( :count, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of Elastic Inference accelerator.
7294 7295 7296 7297 7298 7299 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7294 class AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetails < Struct.new( :count, :type) SENSITIVE = [] include Aws::Structure end |