Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataInstanceRequirementsAcceleratorTotalMemoryMiBDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#maxInteger

The maximum amount of memory, in MiB. If this parameter isn’t specified, there’s no maximum limit.

Returns:

  • (Integer)


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

#minInteger

The minimum amount of memory, in MiB. If ‘0` is specified, there’s no maximum limit.

Returns:

  • (Integer)


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