ListIdentitiesInput

public struct ListIdentitiesInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.

    Declaration

    Swift

    public let hideDisabled: Bool?
  • An identity pool ID in the format REGION:GUID.

    Declaration

    Swift

    public let identityPoolId: String
  • The maximum number of identities to return.

    Declaration

    Swift

    public let maxResults: Int
  • A pagination token.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(hideDisabled: Bool? = nil, identityPoolId: String, maxResults: Int, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws