Class: Aws::QBusiness::Types::DataSource

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

Overview

A data source in an Amazon Q Business application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The Unix timestamp when the Amazon Q Business data source was created.

Returns:

  • (Time)


1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1825

class DataSource < Struct.new(
  :display_name,
  :data_source_id,
  :type,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#data_source_idString

The identifier of the Amazon Q Business data source.

Returns:

  • (String)


1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1825

class DataSource < Struct.new(
  :display_name,
  :data_source_id,
  :type,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The name of the Amazon Q Business data source.

Returns:

  • (String)


1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1825

class DataSource < Struct.new(
  :display_name,
  :data_source_id,
  :type,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the Amazon Q Business data source.

Returns:

  • (String)


1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1825

class DataSource < Struct.new(
  :display_name,
  :data_source_id,
  :type,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the Amazon Q Business data source.

Returns:

  • (String)


1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1825

class DataSource < Struct.new(
  :display_name,
  :data_source_id,
  :type,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The Unix timestamp when the Amazon Q Business data source was last updated.

Returns:

  • (Time)


1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1825

class DataSource < Struct.new(
  :display_name,
  :data_source_id,
  :type,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end