Class: Aws::ElasticsearchService::Types::AutomatedSnapshotPauseOptionsStatus

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

Overview

The status of automated snapshot pause options for the specified Elasticsearch domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::AutomatedSnapshotPauseOptions

Automated snapshot pause options for the specified Elasticsearch domain.



575
576
577
578
579
580
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 575

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

#statusTypes::OptionStatus

The current status of the automated snapshot pause options for the specified Elasticsearch domain.

Returns:



575
576
577
578
579
580
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 575

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