IndexConfigurationSummary

public struct IndexConfigurationSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Unix timestamp when the index was created.

    Declaration

    Swift

    public let createdAt: TimeStamp
  • Indicates whether the index is a enterprise edition index or a developer edition index.

    Declaration

    Swift

    public let edition: IndexEdition?
  • id

    A unique identifier for the index. Use this to identify the index when you are using operations such as Query, DescribeIndex, UpdateIndex, and DeleteIndex.

    Declaration

    Swift

    public let id: String?
  • The name of the index.

    Declaration

    Swift

    public let name: String?
  • The current status of the index. When the status is ACTIVE, the index is ready to search.

    Declaration

    Swift

    public let status: IndexStatus
  • The Unix timestamp when the index was last updated by the UpdateIndex operation.

    Declaration

    Swift

    public let updatedAt: TimeStamp
  • Undocumented

    Declaration

    Swift

    public init(createdAt: TimeStamp, edition: IndexEdition? = nil, id: String? = nil, name: String? = nil, status: IndexStatus, updatedAt: TimeStamp)