Class: Aws::Types::KnowledgeBase

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1605
1606
1607
# File 'sig/types.rbs', line 1605

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1600
1601
1602
# File 'sig/types.rbs', line 1600

def description
  @description
end

#failure_reasons::Array[::String]

Returns the value of attribute failure_reasons.

Returns:

  • (::Array[::String])


1607
1608
1609
# File 'sig/types.rbs', line 1607

def failure_reasons
  @failure_reasons
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


1599
1600
1601
# File 'sig/types.rbs', line 1599

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_configurationTypes::KnowledgeBaseConfiguration

Returns the value of attribute knowledge_base_configuration.



1602
1603
1604
# File 'sig/types.rbs', line 1602

def knowledge_base_configuration
  @knowledge_base_configuration
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


1597
1598
1599
# File 'sig/types.rbs', line 1597

def knowledge_base_id
  @knowledge_base_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1598
1599
1600
# File 'sig/types.rbs', line 1598

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1601
1602
1603
# File 'sig/types.rbs', line 1601

def role_arn
  @role_arn
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


1604
1605
1606
# File 'sig/types.rbs', line 1604

def status
  @status
end

#storage_configurationTypes::StorageConfiguration

Returns the value of attribute storage_configuration.



1603
1604
1605
# File 'sig/types.rbs', line 1603

def storage_configuration
  @storage_configuration
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1606
1607
1608
# File 'sig/types.rbs', line 1606

def updated_at
  @updated_at
end