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.
6128 6129 6130 6131 6132 6133 6134 6135 |
# File 'lib/aws-sdk-datazone/types.rb', line 6128 class FormOutput < Struct.new( :content, :form_name, :type_name, :type_revision) SENSITIVE = [:type_name] include Aws::Structure end |
#form_name ⇒ String
The name of the metadata form.
6128 6129 6130 6131 6132 6133 6134 6135 |
# File 'lib/aws-sdk-datazone/types.rb', line 6128 class FormOutput < Struct.new( :content, :form_name, :type_name, :type_revision) SENSITIVE = [:type_name] include Aws::Structure end |
#type_name ⇒ String
The name of the metadata form type.
6128 6129 6130 6131 6132 6133 6134 6135 |
# File 'lib/aws-sdk-datazone/types.rb', line 6128 class FormOutput < Struct.new( :content, :form_name, :type_name, :type_revision) SENSITIVE = [:type_name] include Aws::Structure end |
#type_revision ⇒ String
The revision of the metadata form type.
6128 6129 6130 6131 6132 6133 6134 6135 |
# File 'lib/aws-sdk-datazone/types.rb', line 6128 class FormOutput < Struct.new( :content, :form_name, :type_name, :type_revision) SENSITIVE = [:type_name] include Aws::Structure end |