Class: Aws::QuickSight::Types::UpdateKnowledgeBaseResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#knowledge_base_arnString

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

Returns:

  • (String)


47151
47152
47153
47154
47155
47156
47157
47158
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47151

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

#knowledge_base_idString

The unique identifier for the knowledge base.

Returns:

  • (String)


47151
47152
47153
47154
47155
47156
47157
47158
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47151

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


47151
47152
47153
47154
47155
47156
47157
47158
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47151

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


47151
47152
47153
47154
47155
47156
47157
47158
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47151

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