DescribeAppResponse class

Constructors

DescribeAppResponse({String? appArn, String? appName, AppType? appType, DateTime? creationTime, String? domainId, String? failureReason, DateTime? lastHealthCheckTimestamp, DateTime? lastUserActivityTimestamp, ResourceSpec? resourceSpec, AppStatus? status, String? userProfileName})
DescribeAppResponse.fromJson(Map<String, dynamic> json)
factory

Properties

appArn String?
The Amazon Resource Name (ARN) of the app.
final
appName String?
The name of the app.
final
appType AppType?
The type of app.
final
creationTime DateTime?
The creation time.
final
domainId String?
The domain ID.
final
failureReason String?
The failure reason.
final
hashCode int
The hash code for this object.
no setterinherited
lastHealthCheckTimestamp DateTime?
The timestamp of the last health check.
final
lastUserActivityTimestamp DateTime?
The timestamp of the last user's activity.
final
resourceSpec ResourceSpec?
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status AppStatus?
The status.
final
userProfileName String?
The user profile name.
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