Class: Aws::DataZone::Types::FormInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::FormInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The details of a metadata form.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ String
The content of the metadata form.
-
#form_name ⇒ String
The name of the metadata form.
-
#type_identifier ⇒ String
The ID of the metadata form type.
-
#type_revision ⇒ String
The revision of the metadata form type.
Instance Attribute Details
#content ⇒ String
The content of the metadata form.
6099 6100 6101 6102 6103 6104 6105 6106 |
# File 'lib/aws-sdk-datazone/types.rb', line 6099 class FormInput < Struct.new( :content, :form_name, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |
#form_name ⇒ String
The name of the metadata form.
6099 6100 6101 6102 6103 6104 6105 6106 |
# File 'lib/aws-sdk-datazone/types.rb', line 6099 class FormInput < Struct.new( :content, :form_name, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |