Class: Aws::Types::UpdateKnowledgeBaseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3030
3031
3032
# File 'sig/types.rbs', line 3030

def description
  @description
end

#knowledge_base_configurationTypes::KnowledgeBaseConfiguration

Returns the value of attribute knowledge_base_configuration.



3032
3033
3034
# File 'sig/types.rbs', line 3032

def knowledge_base_configuration
  @knowledge_base_configuration
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


3028
3029
3030
# File 'sig/types.rbs', line 3028

def knowledge_base_id
  @knowledge_base_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3029
3030
3031
# File 'sig/types.rbs', line 3029

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3031
3032
3033
# File 'sig/types.rbs', line 3031

def role_arn
  @role_arn
end

#storage_configurationTypes::StorageConfiguration

Returns the value of attribute storage_configuration.



3033
3034
3035
# File 'sig/types.rbs', line 3033

def storage_configuration
  @storage_configuration
end