UpdateWorldTemplateResponse
public struct UpdateWorldTemplateResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (arn) of the world template.
Declaration
Swift
public let arn: String?
-
The time, in milliseconds since the epoch, when the world template was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The time, in milliseconds since the epoch, when the world template was last updated.
Declaration
Swift
public let lastUpdatedAt: TimeStamp?
-
The name of the world template.
Declaration
Swift
public let name: String?