DescribeAppResponse
public struct DescribeAppResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The app’s Amazon Resource Name (ARN).
Declaration
Swift
public let appArn: String?
-
The name of the app.
Declaration
Swift
public let appName: String?
-
The type of app.
Declaration
Swift
public let appType: AppType?
-
The creation time.
Declaration
Swift
public let creationTime: TimeStamp?
-
The domain ID.
Declaration
Swift
public let domainId: String?
-
The failure reason.
Declaration
Swift
public let failureReason: String?
-
The timestamp of the last health check.
Declaration
Swift
public let lastHealthCheckTimestamp: TimeStamp?
-
The timestamp of the last user’s activity.
Declaration
Swift
public let lastUserActivityTimestamp: TimeStamp?
-
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
Declaration
Swift
public let resourceSpec: ResourceSpec?
-
The status.
Declaration
Swift
public let status: AppStatus?
-
The user profile name.
Declaration
Swift
public let userProfileName: String?
-
init(appArn:appName:appType:creationTime:domainId:failureReason:lastHealthCheckTimestamp:lastUserActivityTimestamp:resourceSpec:status:userProfileName:)
Undocumented
Declaration
Swift
public init(appArn: String? = nil, appName: String? = nil, appType: AppType? = nil, creationTime: TimeStamp? = nil, domainId: String? = nil, failureReason: String? = nil, lastHealthCheckTimestamp: TimeStamp? = nil, lastUserActivityTimestamp: TimeStamp? = nil, resourceSpec: ResourceSpec? = nil, status: AppStatus? = nil, userProfileName: String? = nil)