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.



3853
3854
3855
3856
3857
3858
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3853

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

#statusTypes::OptionStatus

Specifies the status of a daily automated snapshot.

Returns:



3853
3854
3855
3856
3857
3858
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3853

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