Class: Aws::OpenSearchService::Types::DeploymentStrategyOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DeploymentStrategyOptions
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/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.
2540 2541 2542 2543 2544 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2540 class DeploymentStrategyOptions < Struct.new( :deployment_strategy) SENSITIVE = [] include Aws::Structure end |