Class: Aws::OpenSearchService::Types::AutomatedSnapshotPauseOptions

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

Overview

Specifies the automated snapshot pause options for the domain. These options allow you to temporarily pause automated snapshots for a specified time period.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Whether automated snapshot pause is enabled for the domain.

Returns:

  • (Boolean)


1037
1038
1039
1040
1041
1042
1043
1044
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1037

class AutomatedSnapshotPauseOptions < Struct.new(
  :enabled,
  :start_time,
  :end_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The timestamp at which the automated snapshot pause ends.

Returns:

  • (Time)


1037
1038
1039
1040
1041
1042
1043
1044
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1037

class AutomatedSnapshotPauseOptions < Struct.new(
  :enabled,
  :start_time,
  :end_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The timestamp at which the automated snapshot pause begins.

Returns:

  • (Time)


1037
1038
1039
1040
1041
1042
1043
1044
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1037

class AutomatedSnapshotPauseOptions < Struct.new(
  :enabled,
  :start_time,
  :end_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the automated snapshot pause. Valid values are Active, Completed, Scheduled, and Disabled.

Returns:

  • (String)


1037
1038
1039
1040
1041
1042
1043
1044
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1037

class AutomatedSnapshotPauseOptions < Struct.new(
  :enabled,
  :start_time,
  :end_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end