Class: Aws::ElasticsearchService::Types::ServiceSoftwareOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ServiceSoftwareOptions
- Defined in:
- gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb
Overview
The current options of an Elasticsearch domain service software options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automated_update_date ⇒ Time
Timestamp, in Epoch time, until which you can manually request a service software update.
-
#cancellable ⇒ Boolean
Trueif you are able to cancel your service software version update. -
#current_version ⇒ String
The current service software version that is present on the domain.
-
#description ⇒ String
The description of the
UpdateStatus. -
#new_version ⇒ String
The new service software version if one is available.
-
#optional_deployment ⇒ Boolean
Trueif a service software is never automatically updated. -
#update_available ⇒ Boolean
Trueif you are able to update you service software version. -
#update_status ⇒ String
The status of your service software update.
Instance Attribute Details
#automated_update_date ⇒ Time
Timestamp, in Epoch time, until which you can manually request a service software update. After this date, we automatically update your service software.
4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4021 class ServiceSoftwareOptions < Struct.new( :current_version, :new_version, :update_available, :cancellable, :update_status, :description, :automated_update_date, :optional_deployment) SENSITIVE = [] include Aws::Structure end |
#cancellable ⇒ Boolean
True if you are able to cancel your service software version
update. False if you are not able to cancel your service software
version.
4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4021 class ServiceSoftwareOptions < Struct.new( :current_version, :new_version, :update_available, :cancellable, :update_status, :description, :automated_update_date, :optional_deployment) SENSITIVE = [] include Aws::Structure end |
#current_version ⇒ String
The current service software version that is present on the domain.
4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4021 class ServiceSoftwareOptions < Struct.new( :current_version, :new_version, :update_available, :cancellable, :update_status, :description, :automated_update_date, :optional_deployment) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the UpdateStatus.
4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4021 class ServiceSoftwareOptions < Struct.new( :current_version, :new_version, :update_available, :cancellable, :update_status, :description, :automated_update_date, :optional_deployment) SENSITIVE = [] include Aws::Structure end |
#new_version ⇒ String
The new service software version if one is available.
4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4021 class ServiceSoftwareOptions < Struct.new( :current_version, :new_version, :update_available, :cancellable, :update_status, :description, :automated_update_date, :optional_deployment) SENSITIVE = [] include Aws::Structure end |
#optional_deployment ⇒ Boolean
True if a service software is never automatically updated. False
if a service software is automatically updated after
AutomatedUpdateDate.
4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4021 class ServiceSoftwareOptions < Struct.new( :current_version, :new_version, :update_available, :cancellable, :update_status, :description, :automated_update_date, :optional_deployment) SENSITIVE = [] include Aws::Structure end |
#update_available ⇒ Boolean
True if you are able to update you service software version.
False if you are not able to update your service software version.
4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4021 class ServiceSoftwareOptions < Struct.new( :current_version, :new_version, :update_available, :cancellable, :update_status, :description, :automated_update_date, :optional_deployment) SENSITIVE = [] include Aws::Structure end |
#update_status ⇒ String
The status of your service software update. This field can take the
following values: ELIGIBLE, PENDING_UPDATE, IN_PROGRESS,
COMPLETED, and NOT_ELIGIBLE.
4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4021 class ServiceSoftwareOptions < Struct.new( :current_version, :new_version, :update_available, :cancellable, :update_status, :description, :automated_update_date, :optional_deployment) SENSITIVE = [] include Aws::Structure end |