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.
14031 14032 14033 14034 14035 14036 |
# File 'lib/aws-sdk-connect/types.rb', line 14031 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.
14031 14032 14033 14034 14035 14036 |
# File 'lib/aws-sdk-connect/types.rb', line 14031 class ListSecurityProfilesResponse < Struct.new( :security_profile_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |