Class: Aws::QBusiness::Types::DeleteWebExperienceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DeleteWebExperienceRequest
- Defined in:
- gems/aws-sdk-qbusiness/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 Amazon Q Business web experience.
-
#web_experience_id ⇒ String
The identifier of the Amazon Q Business web experience being deleted.
Instance Attribute Details
#application_id ⇒ String
The identifier of the Amazon Q Business application linked to the Amazon Q Business web experience.
2984 2985 2986 2987 2988 2989 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2984 class DeleteWebExperienceRequest < 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 being deleted.
2984 2985 2986 2987 2988 2989 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2984 class DeleteWebExperienceRequest < Struct.new( :application_id, :web_experience_id) SENSITIVE = [] include Aws::Structure end |