Class: Aws::QApps::Types::CardStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::CardStatus
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb
Overview
The current status and value of a card in an active Amazon Q App session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_state ⇒ String
The current state of the card.
-
#current_value ⇒ String
The current value or result associated with the card.
Instance Attribute Details
#current_state ⇒ String
The current state of the card.
385 386 387 388 389 390 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 385 class CardStatus < Struct.new( :current_state, :current_value) SENSITIVE = [] include Aws::Structure end |
#current_value ⇒ String
The current value or result associated with the card.
385 386 387 388 389 390 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 385 class CardStatus < Struct.new( :current_state, :current_value) SENSITIVE = [] include Aws::Structure end |