DryRunResults class

Constructors

DryRunResults({String? deploymentType, String? message})
DryRunResults.fromJson(Map<String, dynamic> json)
factory

Properties

deploymentType 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).
final
hashCode int
The hash code for this object.
no setterinherited
message String?
Contains an optional message associated with the DryRunResults.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited