Class: Aws::Kendra::Types::CreateDataSourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the data source connector.

Returns:

  • (String)


2074
2075
2076
2077
2078
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2074

class CreateDataSourceResponse < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end