Class: Aws::CostExplorer::Types::GenerationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GenerationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The summary of the Savings Plans recommendation generation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#estimated_completion_time ⇒ String
Indicates the estimated time for when the recommendation generation will complete.
-
#generation_completion_time ⇒ String
Indicates the completion time of the recommendation generation.
-
#generation_started_time ⇒ String
Indicates the start time of the recommendation generation.
-
#generation_status ⇒ String
Indicates whether the recommendation generation succeeded, is processing, or failed.
-
#recommendation_id ⇒ String
Indicates the ID for this specific recommendation.
Instance Attribute Details
#estimated_completion_time ⇒ String
Indicates the estimated time for when the recommendation generation will complete.
2062 2063 2064 2065 2066 2067 2068 2069 2070 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2062 class GenerationSummary < Struct.new( :recommendation_id, :generation_status, :generation_started_time, :generation_completion_time, :estimated_completion_time) SENSITIVE = [] include Aws::Structure end |
#generation_completion_time ⇒ String
Indicates the completion time of the recommendation generation.
2062 2063 2064 2065 2066 2067 2068 2069 2070 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2062 class GenerationSummary < Struct.new( :recommendation_id, :generation_status, :generation_started_time, :generation_completion_time, :estimated_completion_time) SENSITIVE = [] include Aws::Structure end |
#generation_started_time ⇒ String
Indicates the start time of the recommendation generation.
2062 2063 2064 2065 2066 2067 2068 2069 2070 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2062 class GenerationSummary < Struct.new( :recommendation_id, :generation_status, :generation_started_time, :generation_completion_time, :estimated_completion_time) SENSITIVE = [] include Aws::Structure end |
#generation_status ⇒ String
Indicates whether the recommendation generation succeeded, is processing, or failed.
2062 2063 2064 2065 2066 2067 2068 2069 2070 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2062 class GenerationSummary < Struct.new( :recommendation_id, :generation_status, :generation_started_time, :generation_completion_time, :estimated_completion_time) SENSITIVE = [] include Aws::Structure end |
#recommendation_id ⇒ String
Indicates the ID for this specific recommendation.
2062 2063 2064 2065 2066 2067 2068 2069 2070 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2062 class GenerationSummary < Struct.new( :recommendation_id, :generation_status, :generation_started_time, :generation_completion_time, :estimated_completion_time) SENSITIVE = [] include Aws::Structure end |