DescribeWorldTemplateResponse

public struct DescribeWorldTemplateResponse : 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?
  • Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    Declaration

    Swift

    public let clientRequestToken: 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?
  • A map that contains tag keys and tag values that are attached to the world template.

    Declaration

    Swift

    public let tags: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, clientRequestToken: String? = nil, createdAt: TimeStamp? = nil, lastUpdatedAt: TimeStamp? = nil, name: String? = nil, tags: [String : String]? = nil)