Class: Aws::QBusiness::Types::WebExperience
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::WebExperience
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Provides information for an Amazon Q Business web experience.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The Unix timestamp when the Amazon Q Business application was last updated.
-
#default_endpoint ⇒ String
The endpoint URLs for your Amazon Q Business web experience.
-
#status ⇒ String
The status of your Amazon Q Business web experience.
-
#updated_at ⇒ Time
The Unix timestamp when your Amazon Q Business web experience was updated.
-
#web_experience_id ⇒ String
The identifier of your Amazon Q Business web experience.
Instance Attribute Details
#created_at ⇒ Time
The Unix timestamp when the Amazon Q Business application was last updated.
7790 7791 7792 7793 7794 7795 7796 7797 7798 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7790 class WebExperience < Struct.new( :web_experience_id, :created_at, :updated_at, :default_endpoint, :status) SENSITIVE = [] include Aws::Structure end |
#default_endpoint ⇒ String
The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by Amazon Web Services.
7790 7791 7792 7793 7794 7795 7796 7797 7798 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7790 class WebExperience < Struct.new( :web_experience_id, :created_at, :updated_at, :default_endpoint, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of your Amazon Q Business web experience.
7790 7791 7792 7793 7794 7795 7796 7797 7798 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7790 class WebExperience < Struct.new( :web_experience_id, :created_at, :updated_at, :default_endpoint, :status) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The Unix timestamp when your Amazon Q Business web experience was updated.
7790 7791 7792 7793 7794 7795 7796 7797 7798 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7790 class WebExperience < Struct.new( :web_experience_id, :created_at, :updated_at, :default_endpoint, :status) SENSITIVE = [] include Aws::Structure end |
#web_experience_id ⇒ String
The identifier of your Amazon Q Business web experience.
7790 7791 7792 7793 7794 7795 7796 7797 7798 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7790 class WebExperience < Struct.new( :web_experience_id, :created_at, :updated_at, :default_endpoint, :status) SENSITIVE = [] include Aws::Structure end |