Class: Aws::Kendra::Types::CreateExperienceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::CreateExperienceResponse
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of your Amazon Kendra experience.
Instance Attribute Details
#id ⇒ String
The identifier of your Amazon Kendra experience.
2141 2142 2143 2144 2145 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2141 class CreateExperienceResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |