Class: Aws::Kendra::Types::ExperiencesSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ExperiencesSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Summary information for your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see [Building a search experience with no code].
[1]: docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The Unix timestamp when your Amazon Kendra experience was created.
-
#endpoints ⇒ Array<Types::ExperienceEndpoint>
The endpoint URLs for your Amazon Kendra experiences.
-
#id ⇒ String
The identifier of your Amazon Kendra experience.
-
#name ⇒ String
The name of your Amazon Kendra experience.
-
#status ⇒ String
The processing status of your Amazon Kendra experience.
Instance Attribute Details
#created_at ⇒ Time
The Unix timestamp when your Amazon Kendra experience was created.
5093 5094 5095 5096 5097 5098 5099 5100 5101 |
# File 'lib/aws-sdk-kendra/types.rb', line 5093 class ExperiencesSummary < Struct.new( :name, :id, :created_at, :status, :endpoints) SENSITIVE = [] include Aws::Structure end |
#endpoints ⇒ Array<Types::ExperienceEndpoint>
The endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
5093 5094 5095 5096 5097 5098 5099 5100 5101 |
# File 'lib/aws-sdk-kendra/types.rb', line 5093 class ExperiencesSummary < Struct.new( :name, :id, :created_at, :status, :endpoints) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of your Amazon Kendra experience.
5093 5094 5095 5096 5097 5098 5099 5100 5101 |
# File 'lib/aws-sdk-kendra/types.rb', line 5093 class ExperiencesSummary < Struct.new( :name, :id, :created_at, :status, :endpoints) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of your Amazon Kendra experience.
5093 5094 5095 5096 5097 5098 5099 5100 5101 |
# File 'lib/aws-sdk-kendra/types.rb', line 5093 class ExperiencesSummary < Struct.new( :name, :id, :created_at, :status, :endpoints) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The processing status of your Amazon Kendra experience.
5093 5094 5095 5096 5097 5098 5099 5100 5101 |
# File 'lib/aws-sdk-kendra/types.rb', line 5093 class ExperiencesSummary < Struct.new( :name, :id, :created_at, :status, :endpoints) SENSITIVE = [] include Aws::Structure end |