Class: Aws::OpenSearchService::Types::ScheduledAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ScheduledAction
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Information about a scheduled configuration change for an OpenSearch Service domain. This actions can be a service software update or a blue/green Auto-Tune enhancement.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cancellable ⇒ Boolean
Whether or not the scheduled action is cancellable.
-
#description ⇒ String
A description of the action to be taken.
-
#id ⇒ String
The unique identifier of the scheduled action.
-
#mandatory ⇒ Boolean
Whether the action is required or optional.
-
#scheduled_by ⇒ String
Whether the action was scheduled manually (
CUSTOMER, or by OpenSearch Service automatically (SYSTEM).. -
#scheduled_time ⇒ Integer
The time when the change is scheduled to happen.
-
#severity ⇒ String
The severity of the action.
-
#status ⇒ String
The current status of the scheduled action.
-
#type ⇒ String
The type of action that will be taken on the domain.
Instance Attribute Details
#cancellable ⇒ Boolean
Whether or not the scheduled action is cancellable.
7759 7760 7761 7762 7763 7764 7765 7766 7767 7768 7769 7770 7771 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7759 class ScheduledAction < Struct.new( :id, :type, :severity, :scheduled_time, :description, :scheduled_by, :status, :mandatory, :cancellable) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the action to be taken.
7759 7760 7761 7762 7763 7764 7765 7766 7767 7768 7769 7770 7771 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7759 class ScheduledAction < Struct.new( :id, :type, :severity, :scheduled_time, :description, :scheduled_by, :status, :mandatory, :cancellable) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the scheduled action.
7759 7760 7761 7762 7763 7764 7765 7766 7767 7768 7769 7770 7771 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7759 class ScheduledAction < Struct.new( :id, :type, :severity, :scheduled_time, :description, :scheduled_by, :status, :mandatory, :cancellable) SENSITIVE = [] include Aws::Structure end |
#mandatory ⇒ Boolean
Whether the action is required or optional.
7759 7760 7761 7762 7763 7764 7765 7766 7767 7768 7769 7770 7771 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7759 class ScheduledAction < Struct.new( :id, :type, :severity, :scheduled_time, :description, :scheduled_by, :status, :mandatory, :cancellable) SENSITIVE = [] include Aws::Structure end |
#scheduled_by ⇒ String
Whether the action was scheduled manually (CUSTOMER, or by
OpenSearch Service automatically (SYSTEM).
7759 7760 7761 7762 7763 7764 7765 7766 7767 7768 7769 7770 7771 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7759 class ScheduledAction < Struct.new( :id, :type, :severity, :scheduled_time, :description, :scheduled_by, :status, :mandatory, :cancellable) SENSITIVE = [] include Aws::Structure end |
#scheduled_time ⇒ Integer
The time when the change is scheduled to happen.
7759 7760 7761 7762 7763 7764 7765 7766 7767 7768 7769 7770 7771 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7759 class ScheduledAction < Struct.new( :id, :type, :severity, :scheduled_time, :description, :scheduled_by, :status, :mandatory, :cancellable) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
The severity of the action.
7759 7760 7761 7762 7763 7764 7765 7766 7767 7768 7769 7770 7771 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7759 class ScheduledAction < Struct.new( :id, :type, :severity, :scheduled_time, :description, :scheduled_by, :status, :mandatory, :cancellable) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the scheduled action.
7759 7760 7761 7762 7763 7764 7765 7766 7767 7768 7769 7770 7771 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7759 class ScheduledAction < Struct.new( :id, :type, :severity, :scheduled_time, :description, :scheduled_by, :status, :mandatory, :cancellable) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of action that will be taken on the domain.
7759 7760 7761 7762 7763 7764 7765 7766 7767 7768 7769 7770 7771 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7759 class ScheduledAction < Struct.new( :id, :type, :severity, :scheduled_time, :description, :scheduled_by, :status, :mandatory, :cancellable) SENSITIVE = [] include Aws::Structure end |