Class: Aws::QApps::Types::CardValue

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb

Overview

The value or result associated with a card in a Amazon Q App session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#card_idString

The unique identifier of the card.

Returns:

  • (String)


323
324
325
326
327
328
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 323

class CardValue < Struct.new(
  :card_id,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value or result associated with the card.

Returns:

  • (String)


323
324
325
326
327
328
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 323

class CardValue < Struct.new(
  :card_id,
  :value)
  SENSITIVE = []
  include Aws::Structure
end