Class: Aws::ComputeOptimizerAutomation::Types::AutomationEventStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::AutomationEventStep
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Contains information about a step in an automation event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completed_timestamp ⇒ Time
The timestamp when this automation event step completed execution.
-
#estimated_monthly_savings ⇒ Types::EstimatedMonthlySavings
Contains information about estimated monthly cost savings.
-
#event_id ⇒ String
The ID of the automation event this step belongs to.
-
#resource_id ⇒ String
The unique identifier of the resource being acted upon in this step.
-
#start_timestamp ⇒ Time
The timestamp when this automation event step started execution.
-
#step_id ⇒ String
The unique identifier for this step.
-
#step_status ⇒ String
The current status of the step.
-
#step_type ⇒ String
The type of step.
Instance Attribute Details
#completed_timestamp ⇒ Time
The timestamp when this automation event step completed execution.
246 247 248 249 250 251 252 253 254 255 256 257 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 246 class AutomationEventStep < Struct.new( :event_id, :step_id, :step_type, :step_status, :resource_id, :start_timestamp, :completed_timestamp, :estimated_monthly_savings) SENSITIVE = [] include Aws::Structure end |
#estimated_monthly_savings ⇒ Types::EstimatedMonthlySavings
Contains information about estimated monthly cost savings.
246 247 248 249 250 251 252 253 254 255 256 257 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 246 class AutomationEventStep < Struct.new( :event_id, :step_id, :step_type, :step_status, :resource_id, :start_timestamp, :completed_timestamp, :estimated_monthly_savings) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The ID of the automation event this step belongs to.
246 247 248 249 250 251 252 253 254 255 256 257 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 246 class AutomationEventStep < Struct.new( :event_id, :step_id, :step_type, :step_status, :resource_id, :start_timestamp, :completed_timestamp, :estimated_monthly_savings) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The unique identifier of the resource being acted upon in this step.
246 247 248 249 250 251 252 253 254 255 256 257 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 246 class AutomationEventStep < Struct.new( :event_id, :step_id, :step_type, :step_status, :resource_id, :start_timestamp, :completed_timestamp, :estimated_monthly_savings) SENSITIVE = [] include Aws::Structure end |
#start_timestamp ⇒ Time
The timestamp when this automation event step started execution.
246 247 248 249 250 251 252 253 254 255 256 257 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 246 class AutomationEventStep < Struct.new( :event_id, :step_id, :step_type, :step_status, :resource_id, :start_timestamp, :completed_timestamp, :estimated_monthly_savings) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The unique identifier for this step.
246 247 248 249 250 251 252 253 254 255 256 257 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 246 class AutomationEventStep < Struct.new( :event_id, :step_id, :step_type, :step_status, :resource_id, :start_timestamp, :completed_timestamp, :estimated_monthly_savings) SENSITIVE = [] include Aws::Structure end |
#step_status ⇒ String
The current status of the step.
246 247 248 249 250 251 252 253 254 255 256 257 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 246 class AutomationEventStep < Struct.new( :event_id, :step_id, :step_type, :step_status, :resource_id, :start_timestamp, :completed_timestamp, :estimated_monthly_savings) SENSITIVE = [] include Aws::Structure end |
#step_type ⇒ String
The type of step.
246 247 248 249 250 251 252 253 254 255 256 257 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 246 class AutomationEventStep < Struct.new( :event_id, :step_id, :step_type, :step_status, :resource_id, :start_timestamp, :completed_timestamp, :estimated_monthly_savings) SENSITIVE = [] include Aws::Structure end |