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)


2009
2010
2011
2012
2013
2014
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2009

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

#messageString

Contains an optional message associated with the DryRunResults.

Returns:

  • (String)


2009
2010
2011
2012
2013
2014
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2009

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