Class: Aws::QuickSight::Types::DescribeKnowledgeBasePermissionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID of the Amazon Web Services account that contains the knowledge base.

Returns:

  • (String)


18541
18542
18543
18544
18545
18546
# File 'lib/aws-sdk-quicksight/types.rb', line 18541

class DescribeKnowledgeBasePermissionsRequest < Struct.new(
  :aws_account_id,
  :knowledge_base_id)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The unique identifier for the knowledge base.

Returns:

  • (String)


18541
18542
18543
18544
18545
18546
# File 'lib/aws-sdk-quicksight/types.rb', line 18541

class DescribeKnowledgeBasePermissionsRequest < Struct.new(
  :aws_account_id,
  :knowledge_base_id)
  SENSITIVE = []
  include Aws::Structure
end