Class: Aws::QuickSight::Types::DescribeKnowledgeBasePermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeKnowledgeBasePermissionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base_arn ⇒ String
The Amazon Resource Name (ARN) of the knowledge base.
-
#knowledge_base_id ⇒ String
The unique identifier for the knowledge base.
-
#permissions ⇒ Array<Types::ResourcePermission>
The resource permissions for the knowledge base.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#knowledge_base_arn ⇒ String
The Amazon Resource Name (ARN) of the knowledge base.
18570 18571 18572 18573 18574 18575 18576 18577 18578 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18570 class DescribeKnowledgeBasePermissionsResponse < Struct.new( :knowledge_base_arn, :knowledge_base_id, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The unique identifier for the knowledge base.
18570 18571 18572 18573 18574 18575 18576 18577 18578 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18570 class DescribeKnowledgeBasePermissionsResponse < Struct.new( :knowledge_base_arn, :knowledge_base_id, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<Types::ResourcePermission>
The resource permissions for the knowledge base.
18570 18571 18572 18573 18574 18575 18576 18577 18578 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18570 class DescribeKnowledgeBasePermissionsResponse < Struct.new( :knowledge_base_arn, :knowledge_base_id, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
18570 18571 18572 18573 18574 18575 18576 18577 18578 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18570 class DescribeKnowledgeBasePermissionsResponse < Struct.new( :knowledge_base_arn, :knowledge_base_id, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
18570 18571 18572 18573 18574 18575 18576 18577 18578 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18570 class DescribeKnowledgeBasePermissionsResponse < Struct.new( :knowledge_base_arn, :knowledge_base_id, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |