Class: Aws::QBusiness::Types::CreateWebExperienceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#web_experience_arnString

The Amazon Resource Name (ARN) of an Amazon Q Business web experience.

Returns:

  • (String)


2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-qbusiness/types.rb', line 2267

class CreateWebExperienceResponse < Struct.new(
  :web_experience_id,
  :web_experience_arn)
  SENSITIVE = []
  include Aws::Structure
end

#web_experience_idString

The identifier of the Amazon Q Business web experience.

Returns:

  • (String)


2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-qbusiness/types.rb', line 2267

class CreateWebExperienceResponse < Struct.new(
  :web_experience_id,
  :web_experience_arn)
  SENSITIVE = []
  include Aws::Structure
end