Class: Aws::QuickSight::Types::CreateKnowledgeBaseResponse

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

#creation_statusString

The creation status of the knowledge base.

Returns:

  • (String)


9577
9578
9579
9580
9581
9582
9583
9584
9585
# File 'lib/aws-sdk-quicksight/types.rb', line 9577

class CreateKnowledgeBaseResponse < Struct.new(
  :knowledge_base_arn,
  :knowledge_base_id,
  :creation_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_arnString

The Amazon Resource Name (ARN) of the knowledge base.

Returns:

  • (String)


9577
9578
9579
9580
9581
9582
9583
9584
9585
# File 'lib/aws-sdk-quicksight/types.rb', line 9577

class CreateKnowledgeBaseResponse < Struct.new(
  :knowledge_base_arn,
  :knowledge_base_id,
  :creation_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The unique identifier for the knowledge base.

Returns:

  • (String)


9577
9578
9579
9580
9581
9582
9583
9584
9585
# File 'lib/aws-sdk-quicksight/types.rb', line 9577

class CreateKnowledgeBaseResponse < Struct.new(
  :knowledge_base_arn,
  :knowledge_base_id,
  :creation_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


9577
9578
9579
9580
9581
9582
9583
9584
9585
# File 'lib/aws-sdk-quicksight/types.rb', line 9577

class CreateKnowledgeBaseResponse < Struct.new(
  :knowledge_base_arn,
  :knowledge_base_id,
  :creation_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


9577
9578
9579
9580
9581
9582
9583
9584
9585
# File 'lib/aws-sdk-quicksight/types.rb', line 9577

class CreateKnowledgeBaseResponse < Struct.new(
  :knowledge_base_arn,
  :knowledge_base_id,
  :creation_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end