Class: Aws::AmplifyUIBuilder::Types::PutMetadataFlagBody
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::PutMetadataFlagBody
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Stores the metadata information about a feature on a form.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#new_value ⇒ String
The new information to store.
Instance Attribute Details
#new_value ⇒ String
The new information to store.
2704 2705 2706 2707 2708 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2704 class PutMetadataFlagBody < Struct.new( :new_value) SENSITIVE = [] include Aws::Structure end |