Class: Aws::DataZone::Types::FormOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::FormOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The details of a metadata form.
Constant Summary collapse
- SENSITIVE =
[:type_name]
Instance Attribute Summary collapse
-
#content ⇒ String
The content of the metadata form.
-
#form_name ⇒ String
The name of the metadata form.
-
#type_name ⇒ String
The name 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.
8428 8429 8430 8431 8432 8433 8434 8435 |
# File 'lib/aws-sdk-datazone/types.rb', line 8428 class FormOutput < Struct.new( :form_name, :type_name, :type_revision, :content) SENSITIVE = [:type_name] include Aws::Structure end |
#form_name ⇒ String
The name of the metadata form.
8428 8429 8430 8431 8432 8433 8434 8435 |
# File 'lib/aws-sdk-datazone/types.rb', line 8428 class FormOutput < Struct.new( :form_name, :type_name, :type_revision, :content) SENSITIVE = [:type_name] include Aws::Structure end |
#type_name ⇒ String
The name of the metadata form type.
8428 8429 8430 8431 8432 8433 8434 8435 |
# File 'lib/aws-sdk-datazone/types.rb', line 8428 class FormOutput < Struct.new( :form_name, :type_name, :type_revision, :content) SENSITIVE = [:type_name] include Aws::Structure end |
#type_revision ⇒ String
The revision of the metadata form type.
8428 8429 8430 8431 8432 8433 8434 8435 |
# File 'lib/aws-sdk-datazone/types.rb', line 8428 class FormOutput < Struct.new( :form_name, :type_name, :type_revision, :content) SENSITIVE = [:type_name] include Aws::Structure end |