Class: Aws::ElasticsearchService::Types::DryRunResults

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_typeString

Specifies the deployment mechanism through which the update shall be applied on the domain. Possible responses are Blue/Green (The update will require a blue/green deployment.) DynamicUpdate (The update can be applied in-place without a Blue/Green deployment required.) Undetermined (The domain is undergoing an update which needs to complete before the deployment type can be predicted.) None (The configuration change matches the current configuration and will not result in any update.)

Returns:

  • (String)


1971
1972
1973
1974
1975
1976
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1971

class DryRunResults < Struct.new(
  :deployment_type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Contains an optional message associated with the DryRunResults.

Returns:

  • (String)


1971
1972
1973
1974
1975
1976
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1971

class DryRunResults < Struct.new(
  :deployment_type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end