Class: Aws::Types::CreateKnowledgeBaseResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_status"CREATING", ...

Returns the value of attribute creation_status.

Returns:

  • ("CREATING", "UPDATING", "ACTIVE", "FAILED", "DELETING")


2528
2529
2530
# File 'sig/types.rbs', line 2528

def creation_status
  @creation_status
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


2526
2527
2528
# File 'sig/types.rbs', line 2526

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


2527
2528
2529
# File 'sig/types.rbs', line 2527

def knowledge_base_id
  @knowledge_base_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2529
2530
2531
# File 'sig/types.rbs', line 2529

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


2530
2531
2532
# File 'sig/types.rbs', line 2530

def status
  @status
end