Class: Aws::ElasticBeanstalk::Types::ManagedAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::ManagedAction
- Defined in:
- gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb
Overview
The record of an upcoming or in-progress 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 managed action.
-
#status ⇒ String
The status of the managed action.
-
#window_start_time ⇒ Time
The start time of the maintenance window in which the managed action will execute.
Instance Attribute Details
#action_description ⇒ String
A description of the managed action.
3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3030 class ManagedAction < Struct.new( :action_id, :action_description, :action_type, :status, :window_start_time) SENSITIVE = [] include Aws::Structure end |
#action_id ⇒ String
A unique identifier for the managed action.
3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3030 class ManagedAction < Struct.new( :action_id, :action_description, :action_type, :status, :window_start_time) SENSITIVE = [] include Aws::Structure end |
#action_type ⇒ String
The type of managed action.
3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3030 class ManagedAction < Struct.new( :action_id, :action_description, :action_type, :status, :window_start_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the managed action. If the action is Scheduled
, you
can apply it immediately with ApplyEnvironmentManagedAction.
3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3030 class ManagedAction < Struct.new( :action_id, :action_description, :action_type, :status, :window_start_time) SENSITIVE = [] include Aws::Structure end |
#window_start_time ⇒ Time
The start time of the maintenance window in which the managed action will execute.
3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3030 class ManagedAction < Struct.new( :action_id, :action_description, :action_type, :status, :window_start_time) SENSITIVE = [] include Aws::Structure end |