Method: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetails#type
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#type ⇒ String
The type of Elastic Inference accelerator.
7134 7135 7136 7137 7138 7139 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7134 class AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetails < Struct.new( :count, :type) SENSITIVE = [] include Aws::Structure end |