DescribeWorldResponse

public struct DescribeWorldResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (arn) of the world.

    Declaration

    Swift

    public let arn: String?
  • The time, in milliseconds since the epoch, when the world was created.

    Declaration

    Swift

    public let createdAt: TimeStamp?
  • The Amazon Resource Name (arn) of the world generation job that generated the world.

    Declaration

    Swift

    public let generationJob: String?
  • A map that contains tag keys and tag values that are attached to the world.

    Declaration

    Swift

    public let tags: [String : String]?
  • The world template.

    Declaration

    Swift

    public let template: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, createdAt: TimeStamp? = nil, generationJob: String? = nil, tags: [String : String]? = nil, template: String? = nil)