Class: Aws::Kendra::Types::ExperienceEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ExperienceEndpoint
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Provides the configuration information for the endpoint for your Amazon Kendra experience.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint ⇒ String
The endpoint of your Amazon Kendra experience.
-
#endpoint_type ⇒ String
The type of endpoint for your Amazon Kendra experience.
Instance Attribute Details
#endpoint ⇒ String
The endpoint of your Amazon Kendra experience.
5021 5022 5023 5024 5025 5026 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5021 class ExperienceEndpoint < Struct.new( :endpoint_type, :endpoint) SENSITIVE = [] include Aws::Structure end |
#endpoint_type ⇒ String
The type of endpoint for your Amazon Kendra experience. The type
currently available is HOME
, which is a unique and fully hosted
URL to the home page of your Amazon Kendra experience.
5021 5022 5023 5024 5025 5026 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5021 class ExperienceEndpoint < Struct.new( :endpoint_type, :endpoint) SENSITIVE = [] include Aws::Structure end |