Class: Aws::ElasticsearchService::Types::ColdStorageOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ColdStorageOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Specifies the configuration for cold storage options such as enabled
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Enable cold storage option.
Instance Attribute Details
#enabled ⇒ Boolean
Enable cold storage option. Accepted values true or false
726 727 728 729 730 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 726 class ColdStorageOptions < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |