Class: Aws::Connect::Types::ListEntitySecurityProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListEntitySecurityProfilesResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results.
-
#security_profiles ⇒ Array<Types::SecurityProfileItem>
List of Security Profile Object.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
21273 21274 21275 21276 21277 21278 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21273 class ListEntitySecurityProfilesResponse < Struct.new( :security_profiles, :next_token) SENSITIVE = [] include Aws::Structure end |
#security_profiles ⇒ Array<Types::SecurityProfileItem>
List of Security Profile Object.
21273 21274 21275 21276 21277 21278 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21273 class ListEntitySecurityProfilesResponse < Struct.new( :security_profiles, :next_token) SENSITIVE = [] include Aws::Structure end |