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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/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)


3452
3453
3454
3455
3456
3457
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3452

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)


3452
3453
3454
3455
3456
3457
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3452

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