Class: Aws::ElasticsearchService::Types::SnapshotOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::SnapshotOptions
- Includes:
- Structure
- Defined in:
- 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.
3833 3834 3835 3836 3837 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3833 class SnapshotOptions < Struct.new( :automated_snapshot_start_hour) SENSITIVE = [] include Aws::Structure end |