Class: Aws::ElasticInference::Types::AcceleratorType
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticInference::Types::AcceleratorType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticinference/types.rb
Overview
The details of an Elastic Inference Accelerator type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accelerator_type_name ⇒ String
The name of the Elastic Inference Accelerator type.
-
#memory_info ⇒ Types::MemoryInfo
The memory information of the Elastic Inference Accelerator type.
-
#throughput_info ⇒ Array<Types::KeyValuePair>
The throughput information of the Elastic Inference Accelerator type.
Instance Attribute Details
#accelerator_type_name ⇒ String
The name of the Elastic Inference Accelerator type.
30 31 32 33 34 35 36 |
# File 'lib/aws-sdk-elasticinference/types.rb', line 30 class AcceleratorType < Struct.new( :accelerator_type_name, :memory_info, :throughput_info) SENSITIVE = [] include Aws::Structure end |
#memory_info ⇒ Types::MemoryInfo
The memory information of the Elastic Inference Accelerator type.
30 31 32 33 34 35 36 |
# File 'lib/aws-sdk-elasticinference/types.rb', line 30 class AcceleratorType < Struct.new( :accelerator_type_name, :memory_info, :throughput_info) SENSITIVE = [] include Aws::Structure end |
#throughput_info ⇒ Array<Types::KeyValuePair>
The throughput information of the Elastic Inference Accelerator type.
30 31 32 33 34 35 36 |
# File 'lib/aws-sdk-elasticinference/types.rb', line 30 class AcceleratorType < Struct.new( :accelerator_type_name, :memory_info, :throughput_info) SENSITIVE = [] include Aws::Structure end |