ListHapgsRequest

public struct ListHapgsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The NextToken value from a previous call to ListHapgs. Pass null if this is the first call.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws