DescribeContextResponse class
Constructors
-
DescribeContextResponse({String? contextArn, String? contextName, String? contextType, UserContext? createdBy, DateTime? creationTime, String? description, UserContext? lastModifiedBy, DateTime? lastModifiedTime, Map<
String, String> ? properties, ContextSource? source}) -
DescribeContextResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- contextArn → String?
-
The Amazon Resource Name (ARN) of the context.
final
- contextName → String?
-
The name of the context.
final
- contextType → String?
-
The type of the context.
final
- createdBy → UserContext?
-
final
- creationTime → DateTime?
-
When the context was created.
final
- description → String?
-
The description of the context.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedBy → UserContext?
-
final
- lastModifiedTime → DateTime?
-
When the context was last modified.
final
-
properties
→ Map<
String, String> ? -
A list of the context's properties.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → ContextSource?
-
The source of the context.
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