Class: Aws::QApps::Types::UpdateQAppOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::UpdateQAppOutput
- 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 updated Q App.
-
#app_id ⇒ String
The unique identifier of the updated Q App.
-
#app_version ⇒ Integer
The new version of the updated Q App.
-
#created_at ⇒ Time
The date and time the Q App was originally created.
-
#created_by ⇒ String
The user who originally created the Q App.
-
#description ⇒ String
The new description of the updated Q App.
-
#initial_prompt ⇒ String
The initial prompt for the updated Q App.
-
#required_capabilities ⇒ Array<String>
The capabilities required for the updated Q App.
-
#status ⇒ String
The status of the updated Q App.
-
#title ⇒ String
The new title of the updated 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 updated Q App.
2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2796 class UpdateQAppOutput < 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 updated Q App.
2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2796 class UpdateQAppOutput < 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 new version of the updated Q App.
2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2796 class UpdateQAppOutput < 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 originally created.
2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2796 class UpdateQAppOutput < 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 originally created the Q App.
2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2796 class UpdateQAppOutput < 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 new description of the updated Q App.
2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2796 class UpdateQAppOutput < 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 for the updated Q App.
2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2796 class UpdateQAppOutput < 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 for the updated Q App.
2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2796 class UpdateQAppOutput < 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 updated Q App.
2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2796 class UpdateQAppOutput < 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 new title of the updated Q App.
2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2796 class UpdateQAppOutput < 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.
2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2796 class UpdateQAppOutput < 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.
2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2796 class UpdateQAppOutput < 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 |