Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataInstanceRequirementsAcceleratorTotalMemoryMiBDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataInstanceRequirementsAcceleratorTotalMemoryMiBDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The minimum and maximum amount of memory, in MiB, for the accelerators on an Amazon EC2 instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max ⇒ Integer
The maximum amount of memory, in MiB.
-
#min ⇒ Integer
The minimum amount of memory, in MiB.
Instance Attribute Details
#max ⇒ Integer
The maximum amount of memory, in MiB. If this parameter isn’t specified, there’s no maximum limit.
7448 7449 7450 7451 7452 7453 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7448 class AwsEc2LaunchTemplateDataInstanceRequirementsAcceleratorTotalMemoryMiBDetails < Struct.new( :max, :min) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Integer
The minimum amount of memory, in MiB. If ‘0` is specified, there’s no maximum limit.
7448 7449 7450 7451 7452 7453 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7448 class AwsEc2LaunchTemplateDataInstanceRequirementsAcceleratorTotalMemoryMiBDetails < Struct.new( :max, :min) SENSITIVE = [] include Aws::Structure end |