Class: Aws::Kendra::Types::CreateExperienceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of your Amazon Kendra experience.

Returns:

  • (String)


2141
2142
2143
2144
2145
# File 'lib/aws-sdk-kendra/types.rb', line 2141

class CreateExperienceResponse < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end