Class: Aws::ElasticsearchService::Types::AutomatedSnapshotPauseOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::AutomatedSnapshotPauseOptionsStatus
- 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
-
#options ⇒ Types::AutomatedSnapshotPauseOptions
Automated snapshot pause options for the specified Elasticsearch domain.
-
#status ⇒ Types::OptionStatus
The current status of the automated snapshot pause options for the specified Elasticsearch domain.
Instance Attribute Details
#options ⇒ Types::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 |
#status ⇒ Types::OptionStatus
The current status of the 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 |