Class: Aws::Connect::Types::ListSecurityProfilePermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListSecurityProfilePermissionsResponse
- Defined in:
- gems/aws-sdk-connect/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.
-
#permissions ⇒ Array<String>
The permissions granted to the security profile.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
7218 7219 7220 7221 7222 7223 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7218 class ListSecurityProfilePermissionsResponse < Struct.new( :permissions, :next_token) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<String>
The permissions granted to the security profile.
7218 7219 7220 7221 7222 7223 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7218 class ListSecurityProfilePermissionsResponse < Struct.new( :permissions, :next_token) SENSITIVE = [] include Aws::Structure end |