Class: Aws::ElasticsearchService::Types::DeploymentStrategyOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DeploymentStrategyOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Specifies the deployment strategy options for the domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_strategy ⇒ String
Specifies the deployment strategy for the domain.
Instance Attribute Details
#deployment_strategy ⇒ String
Specifies the deployment strategy for the domain. Valid values are Default and CapacityOptimized.
1283 1284 1285 1286 1287 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1283 class DeploymentStrategyOptions < Struct.new( :deployment_strategy) SENSITIVE = [] include Aws::Structure end |