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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/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 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2141

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