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

Inherits:
Struct
  • Object
show all
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

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)


3993
3994
3995
3996
3997
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3993

class SnapshotOptions < Struct.new(
  :automated_snapshot_start_hour)
  SENSITIVE = []
  include Aws::Structure
end