ContextSummary class

Lists a summary of the properties of a context. A context provides a logical grouping of other entities.

Constructors

ContextSummary({String? contextArn, String? contextName, String? contextType, DateTime? creationTime, DateTime? lastModifiedTime, ContextSource? source})
ContextSummary.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
creationTime DateTime?
When the context was created.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedTime DateTime?
When the context was last modified.
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