Class: Aws::OpenSearchService::Types::AutomatedSnapshotPauseOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AutomatedSnapshotPauseOptionsStatus
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
The status of automated snapshot pause options for the domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::AutomatedSnapshotPauseOptions
Automated snapshot pause options for the domain.
-
#status ⇒ Types::OptionStatus
The current status of the automated snapshot pause options for the domain.
Instance Attribute Details
#options ⇒ Types::AutomatedSnapshotPauseOptions
Automated snapshot pause options for the domain.
1059 1060 1061 1062 1063 1064 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1059 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 domain.
1059 1060 1061 1062 1063 1064 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1059 class AutomatedSnapshotPauseOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |