Class: Aws::OpenSearchService::Types::SnapshotOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::SnapshotOptionsStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for information about a daily automated snapshot for an OpenSearch Service domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::SnapshotOptions
The daily snapshot options specified for the domain.
-
#status ⇒ Types::OptionStatus
The status of a daily automated snapshot.
Instance Attribute Details
#options ⇒ Types::SnapshotOptions
The daily snapshot options specified for the domain.
6398 6399 6400 6401 6402 6403 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6398 class SnapshotOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The status of a daily automated snapshot.
6398 6399 6400 6401 6402 6403 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6398 class SnapshotOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |