Class: Aws::QuickSight::Types::DescribeCustomPermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeCustomPermissionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_permissions ⇒ Types::CustomPermissions
The custom permissions profile.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#custom_permissions ⇒ Types::CustomPermissions
The custom permissions profile.
12768 12769 12770 12771 12772 12773 12774 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12768 class DescribeCustomPermissionsResponse < Struct.new( :status, :custom_permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
12768 12769 12770 12771 12772 12773 12774 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12768 class DescribeCustomPermissionsResponse < Struct.new( :status, :custom_permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
12768 12769 12770 12771 12772 12773 12774 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12768 class DescribeCustomPermissionsResponse < Struct.new( :status, :custom_permissions, :request_id) SENSITIVE = [] include Aws::Structure end |