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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/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)


340
341
342
343
344
345
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 340

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

#valueHash, ...

The field value.

Returns:

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


340
341
342
343
344
345
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 340

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