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")


2412
2413
2414
# File 'sig/types.rbs', line 2412

def creation_status
  @creation_status
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


2410
2411
2412
# File 'sig/types.rbs', line 2410

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


2411
2412
2413
# File 'sig/types.rbs', line 2411

def knowledge_base_id
  @knowledge_base_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2413
2414
2415
# File 'sig/types.rbs', line 2413

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


2414
2415
2416
# File 'sig/types.rbs', line 2414

def status
  @status
end