Class: Aws::OpenSearchService::Types::SnapshotOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::SnapshotOptions
- 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
-
#automated_snapshot_start_hour ⇒ Integer
The time, in UTC format, when OpenSearch Service takes a daily automated snapshot of the specified domain.
Instance Attribute Details
#automated_snapshot_start_hour ⇒ Integer
The time, in UTC format, when OpenSearch Service takes a daily
automated snapshot of the specified domain. Default is 0
hours.
6379 6380 6381 6382 6383 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6379 class SnapshotOptions < Struct.new( :automated_snapshot_start_hour) SENSITIVE = [] include Aws::Structure end |