Class: Aws::QApps::Types::CreateQAppOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::CreateQAppOutput
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the new Q App.
-
#app_id ⇒ String
The unique identifier of the new Q App.
-
#app_version ⇒ Integer
The version of the new Q App.
-
#created_at ⇒ Time
The date and time the Q App was created.
-
#created_by ⇒ String
The user who created the Q App.
-
#description ⇒ String
The description of the new Q App.
-
#initial_prompt ⇒ String
The initial prompt displayed when the Q App is started.
-
#required_capabilities ⇒ Array<String>
The capabilities required to run the Q App, such as file upload or third-party integrations.
-
#status ⇒ String
The status of the new Q App, such as "Created".
-
#title ⇒ String
The title of the new Q App.
-
#updated_at ⇒ Time
The date and time the Q App was last updated.
-
#updated_by ⇒ String
The user who last updated the Q App.
Instance Attribute Details
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the new Q App.
578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578 class CreateQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities) SENSITIVE = [] include Aws::Structure end |
#app_id ⇒ String
The unique identifier of the new Q App.
578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578 class CreateQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities) SENSITIVE = [] include Aws::Structure end |
#app_version ⇒ Integer
The version of the new Q App.
578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578 class CreateQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time the Q App was created.
578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578 class CreateQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The user who created the Q App.
578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578 class CreateQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the new Q App.
578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578 class CreateQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities) SENSITIVE = [] include Aws::Structure end |
#initial_prompt ⇒ String
The initial prompt displayed when the Q App is started.
578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578 class CreateQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities) SENSITIVE = [] include Aws::Structure end |
#required_capabilities ⇒ Array<String>
The capabilities required to run the Q App, such as file upload or third-party integrations.
578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578 class CreateQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the new Q App, such as "Created".
578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578 class CreateQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the new Q App.
578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578 class CreateQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the Q App was last updated.
578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578 class CreateQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities) SENSITIVE = [] include Aws::Structure end |
#updated_by ⇒ String
The user who last updated the Q App.
578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578 class CreateQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities) SENSITIVE = [] include Aws::Structure end |