Class: Aws::QApps::Types::GetQAppOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::GetQAppOutput
- 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 Q App.
-
#app_definition ⇒ Types::AppDefinition
The full definition of the Q App, specifying the cards and flow.
-
#app_id ⇒ String
The unique identifier of the Q App.
-
#app_version ⇒ Integer
The version of the 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 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 Q App.
-
#title ⇒ String
The title of the 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 Q App.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990 class GetQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities, :app_definition) SENSITIVE = [] include Aws::Structure end |
#app_definition ⇒ Types::AppDefinition
The full definition of the Q App, specifying the cards and flow.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990 class GetQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities, :app_definition) SENSITIVE = [] include Aws::Structure end |
#app_id ⇒ String
The unique identifier of the Q App.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990 class GetQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities, :app_definition) SENSITIVE = [] include Aws::Structure end |
#app_version ⇒ Integer
The version of the Q App.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990 class GetQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities, :app_definition) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time the Q App was created.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990 class GetQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities, :app_definition) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The user who created the Q App.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990 class GetQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities, :app_definition) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the Q App.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990 class GetQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities, :app_definition) SENSITIVE = [] include Aws::Structure end |
#initial_prompt ⇒ String
The initial prompt displayed when the Q App is started.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990 class GetQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities, :app_definition) 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.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990 class GetQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities, :app_definition) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Q App.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990 class GetQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities, :app_definition) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the Q App.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990 class GetQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities, :app_definition) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the Q App was last updated.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990 class GetQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities, :app_definition) SENSITIVE = [] include Aws::Structure end |
#updated_by ⇒ String
The user who last updated the Q App.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990 class GetQAppOutput < Struct.new( :app_id, :app_arn, :title, :description, :initial_prompt, :app_version, :status, :created_at, :created_by, :updated_at, :updated_by, :required_capabilities, :app_definition) SENSITIVE = [] include Aws::Structure end |