Class: Aws::QBusiness::Types::ActionReviewPayloadFieldAllowedValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ActionReviewPayloadFieldAllowedValue
- 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
-
#display_value ⇒ Hash, ...
The name of the field.
-
#value ⇒ Hash, ...
The field value.
Instance Attribute Details
#display_value ⇒ Hash, ...
The name of the field.
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 |
#value ⇒ Hash, ...
The field value.
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 |