Class: Aws::DataZone::Types::MetadataFormSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::MetadataFormSummary
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The summary of the metadata form.
Constant Summary collapse
- SENSITIVE =
[:type_name]
Instance Attribute Summary collapse
-
#form_name ⇒ String
The form name of the metadata form.
-
#type_name ⇒ String
The type name of the metadata form.
-
#type_revision ⇒ String
The type revision of the metadata form.
Instance Attribute Details
#form_name ⇒ String
The form name of the metadata form.
14054 14055 14056 14057 14058 14059 14060 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14054 class MetadataFormSummary < Struct.new( :form_name, :type_name, :type_revision) SENSITIVE = [:type_name] include Aws::Structure end |
#type_name ⇒ String
The type name of the metadata form.
14054 14055 14056 14057 14058 14059 14060 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14054 class MetadataFormSummary < Struct.new( :form_name, :type_name, :type_revision) SENSITIVE = [:type_name] include Aws::Structure end |
#type_revision ⇒ String
The type revision of the metadata form.
14054 14055 14056 14057 14058 14059 14060 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14054 class MetadataFormSummary < Struct.new( :form_name, :type_name, :type_revision) SENSITIVE = [:type_name] include Aws::Structure end |