Class: Aws::ComputeOptimizer::Types::GetEC2RecommendationProjectedMetricsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::GetEC2RecommendationProjectedMetricsRequest
- 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.
-
#instance_arn ⇒ String
The Amazon Resource Name (ARN) of the instances for which to return recommendation projected metrics.
-
#period ⇒ Integer
The granularity, in seconds, of the projected metrics data points.
-
#recommendation_preferences ⇒ Types::RecommendationPreferences
An object to specify the preferences for the Amazon EC2 recommendation projected metrics to return in the response.
-
#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.
2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2961 class GetEC2RecommendationProjectedMetricsRequest < Struct.new( :instance_arn, :stat, :period, :start_time, :end_time, :recommendation_preferences) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
The Amazon Resource Name (ARN) of the instances for which to return recommendation projected metrics.
2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2961 class GetEC2RecommendationProjectedMetricsRequest < Struct.new( :instance_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.
2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2961 class GetEC2RecommendationProjectedMetricsRequest < Struct.new( :instance_arn, :stat, :period, :start_time, :end_time, :recommendation_preferences) SENSITIVE = [] include Aws::Structure end |
#recommendation_preferences ⇒ Types::RecommendationPreferences
An object to specify the preferences for the Amazon EC2 recommendation projected metrics to return in the response.
2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2961 class GetEC2RecommendationProjectedMetricsRequest < Struct.new( :instance_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.
2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2961 class GetEC2RecommendationProjectedMetricsRequest < Struct.new( :instance_arn, :stat, :period, :start_time, :end_time, :recommendation_preferences) SENSITIVE = [] include Aws::Structure end |
#stat ⇒ String
The statistic of the projected metrics.
2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2961 class GetEC2RecommendationProjectedMetricsRequest < Struct.new( :instance_arn, :stat, :period, :start_time, :end_time, :recommendation_preferences) SENSITIVE = [] include Aws::Structure end |