Class: Aws::OpenSearchService::Types::SoftwareUpdateOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::SoftwareUpdateOptionsStatus
- 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
-
#options ⇒ Types::SoftwareUpdateOptions
The service software update options for a domain.
-
#status ⇒ Types::OptionStatus
The status of service software update options, including creation date and last updated date.
Instance Attribute Details
#options ⇒ Types::SoftwareUpdateOptions
The service software update options for a domain.
6704 6705 6706 6707 6708 6709 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6704 class SoftwareUpdateOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The status of service software update options, including creation date and last updated date.
6704 6705 6706 6707 6708 6709 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6704 class SoftwareUpdateOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |