Class: Aws::OpenSearchService::Types::SoftwareUpdateOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::SoftwareUpdateOptions
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Options for configuring service software updates for a domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_software_update_enabled ⇒ Boolean
Whether automatic service software updates are enabled for the domain.
Instance Attribute Details
#auto_software_update_enabled ⇒ Boolean
Whether automatic service software updates are enabled for the domain.
6945 6946 6947 6948 6949 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6945 class SoftwareUpdateOptions < Struct.new( :auto_software_update_enabled) SENSITIVE = [] include Aws::Structure end |