Class: Aws::QBusiness::Types::CreateWebExperienceResponse

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

#web_experience_arnString

The Amazon Resource Name (ARN) of an Amazon Q Business web experience.

Returns:

  • (String)


1739
1740
1741
1742
1743
1744
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1739

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

#web_experience_idString

The identifier of the Amazon Q Business web experience.

Returns:

  • (String)


1739
1740
1741
1742
1743
1744
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1739

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