Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataInstanceRequirementsBaselineEbsBandwidthMbpsDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

The minimum and maximum baseline bandwidth to Amazon Elastic Block Store (Amazon EBS), in Mbps. For more information, see [Amazon EBS–optimized instances ][1] in the *Amazon EC2 User Guide*.

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#maxInteger

The maximum baseline bandwidth, in Mbps. If this parameter is omitted, there’s no maximum limit.

Returns:

  • (Integer)


7482
7483
7484
7485
7486
7487
# File 'lib/aws-sdk-securityhub/types.rb', line 7482

class AwsEc2LaunchTemplateDataInstanceRequirementsBaselineEbsBandwidthMbpsDetails < Struct.new(
  :max,
  :min)
  SENSITIVE = []
  include Aws::Structure
end

#minInteger

The minimum baseline bandwidth, in Mbps. If this parameter is omitted, there’s no minimum limit.

Returns:

  • (Integer)


7482
7483
7484
7485
7486
7487
# File 'lib/aws-sdk-securityhub/types.rb', line 7482

class AwsEc2LaunchTemplateDataInstanceRequirementsBaselineEbsBandwidthMbpsDetails < Struct.new(
  :max,
  :min)
  SENSITIVE = []
  include Aws::Structure
end