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)


5644
5645
5646
5647
5648
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5644

class SoftwareUpdateOptions < Struct.new(
  :auto_software_update_enabled)
  SENSITIVE = []
  include Aws::Structure
end