Class: Aws::OpenSearchService::Types::SnapshotOptions

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

Overview

The time, in UTC format, when OpenSearch Service takes a daily automated snapshot of the specified domain. Default is 0 hours.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#automated_snapshot_start_hourInteger

The time, in UTC format, when OpenSearch Service takes a daily automated snapshot of the specified domain. Default is 0 hours.

Returns:

  • (Integer)


5599
5600
5601
5602
5603
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5599

class SnapshotOptions < Struct.new(
  :automated_snapshot_start_hour)
  SENSITIVE = []
  include Aws::Structure
end