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.
19108 19109 19110 19111 19112 19113 19114 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19108 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.
19108 19109 19110 19111 19112 19113 19114 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19108 class DescribeCustomPermissionsResponse < Struct.new( :status, :custom_permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
19108 19109 19110 19111 19112 19113 19114 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19108 class DescribeCustomPermissionsResponse < Struct.new( :status, :custom_permissions, :request_id) SENSITIVE = [] include Aws::Structure end |