Class: Aws::QApps::Types::AppDefinitionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::AppDefinitionInput
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb
Overview
The input for defining an Q App.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cards ⇒ Array<Types::CardInput>
The cards that make up the Q App definition.
-
#initial_prompt ⇒ String
The initial prompt displayed when the Q App is started.
Instance Attribute Details
#cards ⇒ Array<Types::CardInput>
The cards that make up the Q App definition.
64 65 66 67 68 69 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 64 class AppDefinitionInput < Struct.new( :cards, :initial_prompt) SENSITIVE = [] include Aws::Structure end |
#initial_prompt ⇒ String
The initial prompt displayed when the Q App is started.
64 65 66 67 68 69 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 64 class AppDefinitionInput < Struct.new( :cards, :initial_prompt) SENSITIVE = [] include Aws::Structure end |