Class: Aws::ElasticBeanstalk::Types::ManagedActionHistoryItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb

Overview

The record of a completed or failed managed action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_descriptionString

A description of the managed action.

Returns:

  • (String)


3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3076

class ManagedActionHistoryItem < Struct.new(
  :action_id,
  :action_type,
  :action_description,
  :failure_type,
  :status,
  :failure_description,
  :executed_time,
  :finished_time)
  SENSITIVE = []
  include Aws::Structure
end

#action_idString

A unique identifier for the managed action.

Returns:

  • (String)


3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3076

class ManagedActionHistoryItem < Struct.new(
  :action_id,
  :action_type,
  :action_description,
  :failure_type,
  :status,
  :failure_description,
  :executed_time,
  :finished_time)
  SENSITIVE = []
  include Aws::Structure
end

#action_typeString

The type of the managed action.

Returns:

  • (String)


3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3076

class ManagedActionHistoryItem < Struct.new(
  :action_id,
  :action_type,
  :action_description,
  :failure_type,
  :status,
  :failure_description,
  :executed_time,
  :finished_time)
  SENSITIVE = []
  include Aws::Structure
end

#executed_timeTime

The date and time that the action started executing.

Returns:

  • (Time)


3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3076

class ManagedActionHistoryItem < Struct.new(
  :action_id,
  :action_type,
  :action_description,
  :failure_type,
  :status,
  :failure_description,
  :executed_time,
  :finished_time)
  SENSITIVE = []
  include Aws::Structure
end

#failure_descriptionString

If the action failed, a description of the failure.

Returns:

  • (String)


3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3076

class ManagedActionHistoryItem < Struct.new(
  :action_id,
  :action_type,
  :action_description,
  :failure_type,
  :status,
  :failure_description,
  :executed_time,
  :finished_time)
  SENSITIVE = []
  include Aws::Structure
end

#failure_typeString

If the action failed, the type of failure.

Returns:

  • (String)


3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3076

class ManagedActionHistoryItem < Struct.new(
  :action_id,
  :action_type,
  :action_description,
  :failure_type,
  :status,
  :failure_description,
  :executed_time,
  :finished_time)
  SENSITIVE = []
  include Aws::Structure
end

#finished_timeTime

The date and time that the action finished executing.

Returns:

  • (Time)


3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3076

class ManagedActionHistoryItem < Struct.new(
  :action_id,
  :action_type,
  :action_description,
  :failure_type,
  :status,
  :failure_description,
  :executed_time,
  :finished_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the action.

Returns:

  • (String)


3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3076

class ManagedActionHistoryItem < Struct.new(
  :action_id,
  :action_type,
  :action_description,
  :failure_type,
  :status,
  :failure_description,
  :executed_time,
  :finished_time)
  SENSITIVE = []
  include Aws::Structure
end