DescribeActionResponse class
Constructors
-
DescribeActionResponse({String? actionArn, String? actionName, String? actionType, UserContext? createdBy, DateTime? creationTime, String? description, UserContext? lastModifiedBy, DateTime? lastModifiedTime, MetadataProperties? metadataProperties, Map<
String, String> ? properties, ActionSource? source, ActionStatus? status}) -
DescribeActionResponse.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
- createdBy → UserContext?
-
final
- creationTime → DateTime?
-
When the action was created.
final
- description → String?
-
The description of the action.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedBy → UserContext?
-
final
- lastModifiedTime → DateTime?
-
When the action was last modified.
final
- metadataProperties → MetadataProperties?
-
final
-
properties
→ Map<
String, String> ? -
A list of the action's properties.
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