Class: Aws::Connect::Types::ListSecurityProfilePermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListSecurityProfilePermissionsResponse
- Includes:
- Structure
- Defined in:
- 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.
13981 13982 13983 13984 13985 13986 13987 13988 |
# File 'lib/aws-sdk-connect/types.rb', line 13981 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.
13981 13982 13983 13984 13985 13986 13987 13988 |
# File 'lib/aws-sdk-connect/types.rb', line 13981 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.
13981 13982 13983 13984 13985 13986 13987 13988 |
# File 'lib/aws-sdk-connect/types.rb', line 13981 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].
[1]: docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html
13981 13982 13983 13984 13985 13986 13987 13988 |
# File 'lib/aws-sdk-connect/types.rb', line 13981 class ListSecurityProfilePermissionsResponse < Struct.new( :permissions, :next_token, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |