Class: Aws::ElasticsearchService::Types::SnapshotOptionsStatus

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

Overview

Status of a daily automated snapshot.

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::SnapshotOptions

Specifies the daily snapshot options specified for the Elasticsearch domain.



1013
1014
1015
1016
1017
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1013

class SnapshotOptionsStatus < Struct.new(
  :options,
  :status)
  include Aws::Structure
end

#statusTypes::OptionStatus

Specifies the status of a daily automated snapshot.



1013
1014
1015
1016
1017
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1013

class SnapshotOptionsStatus < Struct.new(
  :options,
  :status)
  include Aws::Structure
end