Class: Aws::QBusiness::Types::CreateWebExperienceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::CreateWebExperienceResponse
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#web_experience_arn ⇒ String
The Amazon Resource Name (ARN) of an Amazon Q Business web experience.
-
#web_experience_id ⇒ String
The identifier of the Amazon Q Business web experience.
Instance Attribute Details
#web_experience_arn ⇒ String
The Amazon Resource Name (ARN) of an Amazon Q Business web experience.
1859 1860 1861 1862 1863 1864 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1859 class CreateWebExperienceResponse < Struct.new( :web_experience_id, :web_experience_arn) SENSITIVE = [] include Aws::Structure end |
#web_experience_id ⇒ String
The identifier of the Amazon Q Business web experience.
1859 1860 1861 1862 1863 1864 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1859 class CreateWebExperienceResponse < Struct.new( :web_experience_id, :web_experience_arn) SENSITIVE = [] include Aws::Structure end |