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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::SnapshotOptions

Specifies the daily snapshot options specified for the Elasticsearch domain.



4166
4167
4168
4169
4170
4171
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4166

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

#statusTypes::OptionStatus

Specifies the status of a daily automated snapshot.

Returns:



4166
4167
4168
4169
4170
4171
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4166

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