Class: Aws::DataZone::Types::FormOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::FormOutput
- Defined in:
- gems/aws-sdk-datazone/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.
7148 7149 7150 7151 7152 7153 7154 7155 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7148 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.
7148 7149 7150 7151 7152 7153 7154 7155 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7148 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.
7148 7149 7150 7151 7152 7153 7154 7155 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7148 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.
7148 7149 7150 7151 7152 7153 7154 7155 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7148 class FormOutput < Struct.new( :content, :form_name, :type_name, :type_revision) SENSITIVE = [:type_name] include Aws::Structure end |