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.
16239 16240 16241 16242 16243 16244 16245 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16239 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.
16239 16240 16241 16242 16243 16244 16245 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16239 class DescribeCustomPermissionsResponse < Struct.new( :status, :custom_permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
16239 16240 16241 16242 16243 16244 16245 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16239 class DescribeCustomPermissionsResponse < Struct.new( :status, :custom_permissions, :request_id) SENSITIVE = [] include Aws::Structure end |