Class: Aws::Kendra::Types::CreateExperienceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::CreateExperienceResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-kendra/types.rb', line 2141 class CreateExperienceResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |