Class: Aws::Types::ListKnowledgeBasesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#knowledge_base_summaries::Array[Types::KnowledgeBaseSummary]

Returns the value of attribute knowledge_base_summaries.

Returns:



7659
7660
7661
# File 'sig/types.rbs', line 7659

def knowledge_base_summaries
  @knowledge_base_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7660
7661
7662
# File 'sig/types.rbs', line 7660

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


7661
7662
7663
# File 'sig/types.rbs', line 7661

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


7662
7663
7664
# File 'sig/types.rbs', line 7662

def status
  @status
end