UpdateWorldTemplateResponse

public struct UpdateWorldTemplateResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    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?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, createdAt: TimeStamp? = nil, lastUpdatedAt: TimeStamp? = nil, name: String? = nil)