Class: Aws::ElasticBeanstalk::Types::ManagedActionHistoryItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::ManagedActionHistoryItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
The record of a completed or failed managed action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_description ⇒ String
A description of the managed action.
-
#action_id ⇒ String
A unique identifier for the managed action.
-
#action_type ⇒ String
The type of the managed action.
-
#executed_time ⇒ Time
The date and time that the action started executing.
-
#failure_description ⇒ String
If the action failed, a description of the failure.
-
#failure_type ⇒ String
If the action failed, the type of failure.
-
#finished_time ⇒ Time
The date and time that the action finished executing.
-
#status ⇒ String
The status of the action.
Instance Attribute Details
#action_description ⇒ String
A description of the managed action.
3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3073 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_id ⇒ String
A unique identifier for the managed action.
3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3073 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_type ⇒ String
The type of the managed action.
3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3073 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_time ⇒ Time
The date and time that the action started executing.
3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3073 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_description ⇒ String
If the action failed, a description of the failure.
3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3073 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_type ⇒ String
If the action failed, the type of failure.
3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3073 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_time ⇒ Time
The date and time that the action finished executing.
3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3073 class ManagedActionHistoryItem < Struct.new( :action_id, :action_type, :action_description, :failure_type, :status, :failure_description, :executed_time, :finished_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the action.
3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3073 class ManagedActionHistoryItem < Struct.new( :action_id, :action_type, :action_description, :failure_type, :status, :failure_description, :executed_time, :finished_time) SENSITIVE = [] include Aws::Structure end |