Class: Aws::QBusiness::Types::ActionReviewPayloadFieldAllowedValue

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Information about the field values that an end user can use to provide to Amazon Q Business for Amazon Q Business to perform the requested plugin action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_valueHash, ...

The name of the field.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


380
381
382
383
384
385
# File 'lib/aws-sdk-qbusiness/types.rb', line 380

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

#valueHash, ...

The field value.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


380
381
382
383
384
385
# File 'lib/aws-sdk-qbusiness/types.rb', line 380

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