Class: Aws::DataZone::Types::FormInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::FormInput
- Defined in:
- gems/aws-sdk-datazone/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.
5902 5903 5904 5905 5906 5907 5908 5909 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5902 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.
5902 5903 5904 5905 5906 5907 5908 5909 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5902 class FormInput < Struct.new( :content, :form_name, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |
#type_identifier ⇒ String
The ID of the metadata form type.
5902 5903 5904 5905 5906 5907 5908 5909 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5902 class FormInput < Struct.new( :content, :form_name, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |
#type_revision ⇒ String
The revision of the metadata form type.
5902 5903 5904 5905 5906 5907 5908 5909 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5902 class FormInput < Struct.new( :content, :form_name, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |