Class: Aws::Connect::Types::ListSecurityProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListSecurityProfilesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#security_profile_summary_list ⇒ Array<Types::SecurityProfileSummary>
Information about the security profiles.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
21609 21610 21611 21612 21613 21614 |
# File 'lib/aws-sdk-connect/types.rb', line 21609 class ListSecurityProfilesResponse < Struct.new( :security_profile_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#security_profile_summary_list ⇒ Array<Types::SecurityProfileSummary>
Information about the security profiles.
21609 21610 21611 21612 21613 21614 |
# File 'lib/aws-sdk-connect/types.rb', line 21609 class ListSecurityProfilesResponse < Struct.new( :security_profile_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |