Class: Aws::ComputeOptimizer::Types::GetRDSDatabaseRecommendationProjectedMetricsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::GetRDSDatabaseRecommendationProjectedMetricsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The timestamp of the last projected metrics data point to return.
-
#period ⇒ Integer
The granularity, in seconds, of the projected metrics data points.
-
#recommendation_preferences ⇒ Types::RecommendationPreferences
Describes the recommendation preferences to return in the response of a GetAutoScalingGroupRecommendations, GetEC2InstanceRecommendations, GetEC2RecommendationProjectedMetrics, GetRDSDatabaseRecommendations, and GetRDSDatabaseRecommendationProjectedMetrics request.
-
#resource_arn ⇒ String
The ARN that identifies the Amazon RDS.
-
#start_time ⇒ Time
The timestamp of the first projected metrics data point to return.
-
#stat ⇒ String
The statistic of the projected metrics.
Instance Attribute Details
#end_time ⇒ Time
The timestamp of the last projected metrics data point to return.
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 |
#period ⇒ Integer
The granularity, in seconds, of the projected metrics data points.
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_preferences ⇒ Types::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_arn ⇒ String
The ARN that identifies the Amazon RDS.
The following is the format of the ARN:
‘arn:aws:rds:region:accountId:db:resourceName`
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_time ⇒ Time
The timestamp of the first projected metrics data point to return.
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 |
#stat ⇒ String
The statistic of the projected metrics.
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 |