You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::SnapshotOptions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SnapshotOptions as input to an Aws::Client method, you can use a vanilla Hash:

{
  automated_snapshot_start_hour: 1,
}

Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#automated_snapshot_start_hourInteger

Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

Returns:

  • (Integer)

    Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain.