Class: Aws::ComputeOptimizer::Types::GetRDSDatabaseRecommendationProjectedMetricsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The timestamp of the last projected metrics data point to return.

Returns:

  • (Time)


3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3354

class GetRDSDatabaseRecommendationProjectedMetricsRequest < Struct.new(
  :resource_arn,
  :stat,
  :period,
  :start_time,
  :end_time,
  :recommendation_preferences)
  SENSITIVE = []
  include Aws::Structure
end

#periodInteger

The granularity, in seconds, of the projected metrics data points.

Returns:

  • (Integer)


3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3354

class GetRDSDatabaseRecommendationProjectedMetricsRequest < Struct.new(
  :resource_arn,
  :stat,
  :period,
  :start_time,
  :end_time,
  :recommendation_preferences)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_preferencesTypes::RecommendationPreferences

Describes the recommendation preferences to return in the response of a GetAutoScalingGroupRecommendations, GetEC2InstanceRecommendations, GetEC2RecommendationProjectedMetrics, GetRDSDatabaseRecommendations, and GetRDSDatabaseRecommendationProjectedMetrics request.



3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3354

class GetRDSDatabaseRecommendationProjectedMetricsRequest < Struct.new(
  :resource_arn,
  :stat,
  :period,
  :start_time,
  :end_time,
  :recommendation_preferences)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN that identifies the Amazon RDS.

The following is the format of the ARN:

‘arn:aws:rds:region:accountId:db:resourceName`

Returns:

  • (String)


3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3354

class GetRDSDatabaseRecommendationProjectedMetricsRequest < Struct.new(
  :resource_arn,
  :stat,
  :period,
  :start_time,
  :end_time,
  :recommendation_preferences)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The timestamp of the first projected metrics data point to return.

Returns:

  • (Time)


3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3354

class GetRDSDatabaseRecommendationProjectedMetricsRequest < Struct.new(
  :resource_arn,
  :stat,
  :period,
  :start_time,
  :end_time,
  :recommendation_preferences)
  SENSITIVE = []
  include Aws::Structure
end

#statString

The statistic of the projected metrics.

Returns:

  • (String)


3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3354

class GetRDSDatabaseRecommendationProjectedMetricsRequest < Struct.new(
  :resource_arn,
  :stat,
  :period,
  :start_time,
  :end_time,
  :recommendation_preferences)
  SENSITIVE = []
  include Aws::Structure
end