MapIterationEventDetails

public struct MapIterationEventDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The index of the array belonging to the Map state iteration.

    Declaration

    Swift

    public let index: Int?
  • The name of the iteration’s parent Map state.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(index: Int? = nil, name: String? = nil)