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.
4010 4011 4012 4013 4014 4015 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4010 class SnapshotOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
Specifies the status of a daily automated snapshot.
4010 4011 4012 4013 4014 4015 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4010 class SnapshotOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |