Class: Aws::QBusiness::Types::GetWebExperienceRequest

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

#application_idString

The identifier of the Amazon Q Business application linked to the web experience.

Returns:

  • (String)


4319
4320
4321
4322
4323
4324
# File 'lib/aws-sdk-qbusiness/types.rb', line 4319

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

#web_experience_idString

The identifier of the Amazon Q Business web experience.

Returns:

  • (String)


4319
4320
4321
4322
4323
4324
# File 'lib/aws-sdk-qbusiness/types.rb', line 4319

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