Class: Aws::QBusiness::Types::DataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DataSource
- 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
-
#created_at ⇒ Time
The Unix timestamp when the Amazon Q Business data source was created.
-
#data_source_id ⇒ String
The identifier of the Amazon Q Business data source.
-
#display_name ⇒ String
The name of the Amazon Q Business data source.
-
#status ⇒ String
The status of the Amazon Q Business data source.
-
#type ⇒ String
The type of the Amazon Q Business data source.
-
#updated_at ⇒ Time
The Unix timestamp when the Amazon Q Business data source was last updated.
Instance Attribute Details
#created_at ⇒ Time
The Unix timestamp when the Amazon Q Business data source was created.
1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1945 class DataSource < Struct.new( :display_name, :data_source_id, :type, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#data_source_id ⇒ String
The identifier of the Amazon Q Business data source.
1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1945 class DataSource < Struct.new( :display_name, :data_source_id, :type, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The name of the Amazon Q Business data source.
1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1945 class DataSource < Struct.new( :display_name, :data_source_id, :type, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Amazon Q Business data source.
1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1945 class DataSource < Struct.new( :display_name, :data_source_id, :type, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the Amazon Q Business data source.
1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1945 class DataSource < Struct.new( :display_name, :data_source_id, :type, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The Unix timestamp when the Amazon Q Business data source was last updated.
1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1945 class DataSource < Struct.new( :display_name, :data_source_id, :type, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |