Class: Aws::ComputeOptimizerAutomation::Types::AutomationEventStep

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#completed_timestampTime

The timestamp when this automation event step completed execution.

Returns:

  • (Time)


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_savingsTypes::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_idString

The ID of the automation event this step belongs to.

Returns:

  • (String)


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_idString

The unique identifier of the resource being acted upon in this step.

Returns:

  • (String)


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_timestampTime

The timestamp when this automation event step started execution.

Returns:

  • (Time)


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_idString

The unique identifier for this step.

Returns:

  • (String)


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_statusString

The current status of the step.

Returns:

  • (String)


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_typeString

The type of step.

Returns:

  • (String)


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