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.
8739 8740 8741 8742 8743 8744 8745 8746 |
# File 'lib/aws-sdk-datazone/types.rb', line 8739 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.
8739 8740 8741 8742 8743 8744 8745 8746 |
# File 'lib/aws-sdk-datazone/types.rb', line 8739 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.
8739 8740 8741 8742 8743 8744 8745 8746 |
# File 'lib/aws-sdk-datazone/types.rb', line 8739 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.
8739 8740 8741 8742 8743 8744 8745 8746 |
# File 'lib/aws-sdk-datazone/types.rb', line 8739 class FormOutput < Struct.new( :form_name, :type_name, :type_revision, :content) SENSITIVE = [:type_name] include Aws::Structure end |