Class: Aws::Types::CreateKnowledgeBaseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


554
555
556
# File 'sig/types.rbs', line 554

def description
  @description
end

#knowledge_base_configurationTypes::KnowledgeBaseConfiguration

Returns the value of attribute knowledge_base_configuration.



556
557
558
# File 'sig/types.rbs', line 556

def knowledge_base_configuration
  @knowledge_base_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


553
554
555
# File 'sig/types.rbs', line 553

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


555
556
557
# File 'sig/types.rbs', line 555

def role_arn
  @role_arn
end

#storage_configurationTypes::StorageConfiguration

Returns the value of attribute storage_configuration.



557
558
559
# File 'sig/types.rbs', line 557

def storage_configuration
  @storage_configuration
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


558
559
560
# File 'sig/types.rbs', line 558

def tags
  @tags
end