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.
      2820 2821 2822 2823 2824 2825 2826 2827 2828 2829  | 
    
      # File 'lib/aws-sdk-computeoptimizer/types.rb', line 2820 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.
      2820 2821 2822 2823 2824 2825 2826 2827 2828 2829  | 
    
      # File 'lib/aws-sdk-computeoptimizer/types.rb', line 2820 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.
      2820 2821 2822 2823 2824 2825 2826 2827 2828 2829  | 
    
      # File 'lib/aws-sdk-computeoptimizer/types.rb', line 2820 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.
      2820 2821 2822 2823 2824 2825 2826 2827 2828 2829  | 
    
      # File 'lib/aws-sdk-computeoptimizer/types.rb', line 2820 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.
      2820 2821 2822 2823 2824 2825 2826 2827 2828 2829  | 
    
      # File 'lib/aws-sdk-computeoptimizer/types.rb', line 2820 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.
      2820 2821 2822 2823 2824 2825 2826 2827 2828 2829  | 
    
      # File 'lib/aws-sdk-computeoptimizer/types.rb', line 2820 class GetEC2RecommendationProjectedMetricsRequest < Struct.new( :instance_arn, :stat, :period, :start_time, :end_time, :recommendation_preferences) SENSITIVE = [] include Aws::Structure end  |