Model
public struct Model : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the model.
Declaration
Swift
public let arn: String? -
Timestamp of when the model was created.
Declaration
Swift
public let createdTime: String? -
The model description.
Declaration
Swift
public let description: String? -
The name of the event type.
Declaration
Swift
public let eventTypeName: String? -
Timestamp of last time the model was updated.
Declaration
Swift
public let lastUpdatedTime: String? -
The model ID.
Declaration
Swift
public let modelId: String? -
The model type.
Declaration
Swift
public let modelType: ModelTypeEnum? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdTime: String? = nil, description: String? = nil, eventTypeName: String? = nil, lastUpdatedTime: String? = nil, modelId: String? = nil, modelType: ModelTypeEnum? = nil)
View on GitHub
Model Structure Reference