Class: Aws::OpenSearchService::Types::SnapshotOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::SnapshotOptions
- Includes:
- Structure
- Defined in:
- 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.
6650 6651 6652 6653 6654 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6650 class SnapshotOptions < Struct.new( :automated_snapshot_start_hour) SENSITIVE = [] include Aws::Structure end |