WorldSummary

public struct WorldSummary : 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.

    Declaration

    Swift

    public let generationJob: String?
  • The Amazon Resource Name (arn) of the world template.

    Declaration

    Swift

    public let template: String?
  • Undocumented

    Declaration

    Swift

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