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.
12632 12633 12634 12635 12636 12637 12638 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12632 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.
12632 12633 12634 12635 12636 12637 12638 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12632 class DescribeCustomPermissionsResponse < Struct.new( :status, :custom_permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
12632 12633 12634 12635 12636 12637 12638 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12632 class DescribeCustomPermissionsResponse < Struct.new( :status, :custom_permissions, :request_id) SENSITIVE = [] include Aws::Structure end |