Class: Aws::QApps::Types::CardStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#current_stateString

The current state of the card.

Returns:

  • (String)


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_valueString

The current value or result associated with the card.

Returns:

  • (String)


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