Class: Aws::QBusiness::Types::CreateWebExperienceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::CreateWebExperienceResponse
- Includes:
- Structure
- Defined in:
- 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.
2267 2268 2269 2270 2271 2272 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2267 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.
2267 2268 2269 2270 2271 2272 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2267 class CreateWebExperienceResponse < Struct.new( :web_experience_id, :web_experience_arn) SENSITIVE = [] include Aws::Structure end |