Class: Aws::AmplifyUIBuilder::Types::PutMetadataFlagBody

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

Instance Attribute Details

#new_valueString

The new information to store.

Returns:

  • (String)


2704
2705
2706
2707
2708
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2704

class PutMetadataFlagBody < Struct.new(
  :new_value)
  SENSITIVE = []
  include Aws::Structure
end