Class: Aws::OpenSearchService::Types::SoftwareUpdateOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#auto_software_update_enabledBoolean

Whether automatic service software updates are enabled for the domain.

Returns:

  • (Boolean)


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