Class: Aws::OpenSearchService::Types::DryRunResults
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DryRunResults
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_type ⇒ String
Specifies the way in which Amazon OpenSearch Service applies the update.
-
#message ⇒ String
Contains an optional message associated with the DryRunResults.
Instance Attribute Details
#deployment_type ⇒ String
Specifies the way in which Amazon OpenSearch Service applies the
update. Possible responses are Blue/Green
(the update requires a
blue/green deployment), DynamicUpdate
(no blue/green required),
Undetermined
(the domain is undergoing an update and can't
predict the deployment type; try again after the update is
complete), and None
(the request doesn't include any
configuration changes).
2688 2689 2690 2691 2692 2693 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2688 class DryRunResults < Struct.new( :deployment_type, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Contains an optional message associated with the DryRunResults.
2688 2689 2690 2691 2692 2693 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2688 class DryRunResults < Struct.new( :deployment_type, :message) SENSITIVE = [] include Aws::Structure end |