Class: Aws::Types::StartIngestionJobRequest

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)


2613
2614
2615
# File 'sig/types.rbs', line 2613

def client_token
  @client_token
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


2612
2613
2614
# File 'sig/types.rbs', line 2612

def data_source_id
  @data_source_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2614
2615
2616
# File 'sig/types.rbs', line 2614

def description
  @description
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


2611
2612
2613
# File 'sig/types.rbs', line 2611

def knowledge_base_id
  @knowledge_base_id
end