Class: Aws::QBusiness::Types::ActionReviewPayloadField

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

Overview

A user input field in an plugin action review payload.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_formatString

The expected data format for the action review input field value. For example, in PTO request, from and to would be of datetime allowed format.

Returns:

  • (String)


313
314
315
316
317
318
319
320
321
322
323
324
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 313

class ActionReviewPayloadField < Struct.new(
  :display_name,
  :display_order,
  :display_description,
  :type,
  :value,
  :allowed_values,
  :allowed_format,
  :required)
  SENSITIVE = []
  include Aws::Structure
end

#allowed_valuesArray<Types::ActionReviewPayloadFieldAllowedValue>

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.



313
314
315
316
317
318
319
320
321
322
323
324
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 313

class ActionReviewPayloadField < Struct.new(
  :display_name,
  :display_order,
  :display_description,
  :type,
  :value,
  :allowed_values,
  :allowed_format,
  :required)
  SENSITIVE = []
  include Aws::Structure
end

#display_descriptionString

The field level description of each action review input field. This could be an explanation of the field. In the Amazon Q Business web experience, these descriptions could be used to display as tool tips to help users understand the field.

Returns:

  • (String)


313
314
315
316
317
318
319
320
321
322
323
324
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 313

class ActionReviewPayloadField < Struct.new(
  :display_name,
  :display_order,
  :display_description,
  :type,
  :value,
  :allowed_values,
  :allowed_format,
  :required)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The name of the field.

Returns:

  • (String)


313
314
315
316
317
318
319
320
321
322
323
324
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 313

class ActionReviewPayloadField < Struct.new(
  :display_name,
  :display_order,
  :display_description,
  :type,
  :value,
  :allowed_values,
  :allowed_format,
  :required)
  SENSITIVE = []
  include Aws::Structure
end

#display_orderInteger

The display order of fields in a payload.

Returns:

  • (Integer)


313
314
315
316
317
318
319
320
321
322
323
324
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 313

class ActionReviewPayloadField < Struct.new(
  :display_name,
  :display_order,
  :display_description,
  :type,
  :value,
  :allowed_values,
  :allowed_format,
  :required)
  SENSITIVE = []
  include Aws::Structure
end

#requiredBoolean

Information about whether the field is required.

Returns:

  • (Boolean)


313
314
315
316
317
318
319
320
321
322
323
324
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 313

class ActionReviewPayloadField < Struct.new(
  :display_name,
  :display_order,
  :display_description,
  :type,
  :value,
  :allowed_values,
  :allowed_format,
  :required)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of field.

Returns:

  • (String)


313
314
315
316
317
318
319
320
321
322
323
324
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 313

class ActionReviewPayloadField < Struct.new(
  :display_name,
  :display_order,
  :display_description,
  :type,
  :value,
  :allowed_values,
  :allowed_format,
  :required)
  SENSITIVE = []
  include Aws::Structure
end

#valueHash, ...

The field value.

Returns:

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


313
314
315
316
317
318
319
320
321
322
323
324
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 313

class ActionReviewPayloadField < Struct.new(
  :display_name,
  :display_order,
  :display_description,
  :type,
  :value,
  :allowed_values,
  :allowed_format,
  :required)
  SENSITIVE = []
  include Aws::Structure
end