Class: Aws::Connect::Types::ListAuthenticationProfilesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_profile_summary_listArray<Types::AuthenticationProfileSummary>

A summary of a given authentication profile.



12044
12045
12046
12047
12048
12049
# File 'lib/aws-sdk-connect/types.rb', line 12044

class ListAuthenticationProfilesResponse < Struct.new(
  :authentication_profile_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


12044
12045
12046
12047
12048
12049
# File 'lib/aws-sdk-connect/types.rb', line 12044

class ListAuthenticationProfilesResponse < Struct.new(
  :authentication_profile_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end