Class: Aws::ElasticsearchService::Types::AutomatedSnapshotPauseOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/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)


553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 553

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)


553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 553

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)


553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 553

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)


553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 553

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