Class: Aws::QBusiness::Types::GetWebExperienceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::GetWebExperienceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the Amazon Q Business application linked to the web experience.
-
#web_experience_id ⇒ String
The identifier of the Amazon Q Business web experience.
Instance Attribute Details
#application_id ⇒ String
The identifier of the Amazon Q Business application linked to the web experience.
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_id ⇒ String
The identifier of the Amazon Q Business web experience.
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 |