Class: Aws::ElasticsearchService::Types::SnapshotOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::SnapshotOptions
- Defined in:
- gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb
Overview
Specifies the time, in UTC format, when the service takes a daily
automated snapshot of the specified Elasticsearch domain. Default
value is 0
hours.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automated_snapshot_start_hour ⇒ Integer
Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain.
Instance Attribute Details
#automated_snapshot_start_hour ⇒ Integer
Specifies the time, in UTC format, when the service takes a daily
automated snapshot of the specified Elasticsearch domain. Default
value is 0
hours.
3993 3994 3995 3996 3997 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3993 class SnapshotOptions < Struct.new( :automated_snapshot_start_hour) SENSITIVE = [] include Aws::Structure end |