Class: Aws::ElasticsearchService::Types::SnapshotOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::SnapshotOptionsStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Status of a daily automated snapshot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::SnapshotOptions
Specifies the daily snapshot options specified for the Elasticsearch domain.
-
#status ⇒ Types::OptionStatus
Specifies the status of a daily automated snapshot.
Instance Attribute Details
#options ⇒ Types::SnapshotOptions
Specifies the daily snapshot options specified for the Elasticsearch domain.
3850 3851 3852 3853 3854 3855 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3850 class SnapshotOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
Specifies the status of a daily automated snapshot.
3850 3851 3852 3853 3854 3855 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3850 class SnapshotOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |