RunCommandParameters class

This parameter contains the criteria (either InstanceIds or a tag) used to specify which EC2 instances are to be sent the command.

Constructors

RunCommandParameters({required List<RunCommandTarget> runCommandTargets})
RunCommandParameters.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runCommandTargets List<RunCommandTarget>
Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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