ActionSummary class
Lists the properties of an action. An action represents an action or activity. Some examples are a workflow step and a model deployment. Generally, an action involves at least one input artifact or output artifact.
Constructors
- ActionSummary({String? actionArn, String? actionName, String? actionType, DateTime? creationTime, DateTime? lastModifiedTime, ActionSource? source, ActionStatus? status})
-
ActionSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- actionArn → String?
-
The Amazon Resource Name (ARN) of the action.
final
- actionName → String?
-
The name of the action.
final
- actionType → String?
-
The type of the action.
final
- creationTime → DateTime?
-
When the action was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedTime → DateTime?
-
When the action was last modified.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → ActionSource?
-
The source of the action.
final
- status → ActionStatus?
-
The status of the action.
final
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