EndpointSummary class
Provides summary information for an endpoint.
Constructors
- EndpointSummary({required DateTime creationTime, required String endpointArn, required String endpointName, required EndpointStatus endpointStatus, required DateTime lastModifiedTime})
-
EndpointSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationTime → DateTime
-
A timestamp that shows when the endpoint was created.
final
- endpointArn → String
-
The Amazon Resource Name (ARN) of the endpoint.
final
- endpointName → String
-
The name of the endpoint.
final
- endpointStatus → EndpointStatus
-
The status of the endpoint.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedTime → DateTime
-
A timestamp that shows when the endpoint was last modified.
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited