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
-
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
-
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
-
#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
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
15797 15798 15799 15800 15801 15802 15803 15804 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15797 class ListSecurityProfilePermissionsResponse < Struct.new( :permissions, :next_token, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
15797 15798 15799 15800 15801 15802 15803 15804 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15797 class ListSecurityProfilePermissionsResponse < Struct.new( :permissions, :next_token, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
15797 15798 15799 15800 15801 15802 15803 15804 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15797 class ListSecurityProfilePermissionsResponse < Struct.new( :permissions, :next_token, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<String>
The permissions granted to the security profile. For a complete list of valid permissions, see List of security profile permissions.
15797 15798 15799 15800 15801 15802 15803 15804 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15797 class ListSecurityProfilePermissionsResponse < Struct.new( :permissions, :next_token, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |