Class: Aws::Connect::Types::ListAuthenticationProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListAuthenticationProfilesResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_profile_summary_list ⇒ Array<Types::AuthenticationProfileSummary>
A summary of a given authentication profile.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#authentication_profile_summary_list ⇒ Array<Types::AuthenticationProfileSummary>
A summary of a given authentication profile.
14014 14015 14016 14017 14018 14019 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14014 class ListAuthenticationProfilesResponse < Struct.new( :authentication_profile_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
14014 14015 14016 14017 14018 14019 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14014 class ListAuthenticationProfilesResponse < Struct.new( :authentication_profile_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |