Class: Aws::OpenSearchService::Types::SoftwareUpdateOptionsStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

The status of the service software options for a domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::SoftwareUpdateOptions

The service software update options for a domain.



6964
6965
6966
6967
6968
6969
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6964

class SoftwareUpdateOptionsStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::OptionStatus

The status of service software update options, including creation date and last updated date.

Returns:



6964
6965
6966
6967
6968
6969
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6964

class SoftwareUpdateOptionsStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end