Class: Aws::QBusiness::Types::ActionReviewPayloadFieldAllowedValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ActionReviewPayloadFieldAllowedValue
- 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
-
#display_value ⇒ Hash, ...
The name of the field.
-
#value ⇒ Hash, ...
The field value.
Instance Attribute Details
#display_value ⇒ Hash, ...
The name of the field.
346 347 348 349 350 351 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 346 class ActionReviewPayloadFieldAllowedValue < Struct.new( :value, :display_value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Hash, ...
The field value.
346 347 348 349 350 351 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 346 class ActionReviewPayloadFieldAllowedValue < Struct.new( :value, :display_value) SENSITIVE = [] include Aws::Structure end |