Class: Aws::OpenSearchService::Types::AutomatedSnapshotPauseOptionsStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#optionsTypes::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

#statusTypes::OptionStatus

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

Returns:



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