Class: Aws::DataZone::Types::MetadataFormSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::MetadataFormSummary
- Includes:
- Structure
- Defined in:
- 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.
11541 11542 11543 11544 11545 11546 11547 |
# File 'lib/aws-sdk-datazone/types.rb', line 11541 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.
11541 11542 11543 11544 11545 11546 11547 |
# File 'lib/aws-sdk-datazone/types.rb', line 11541 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.
11541 11542 11543 11544 11545 11546 11547 |
# File 'lib/aws-sdk-datazone/types.rb', line 11541 class MetadataFormSummary < Struct.new( :form_name, :type_name, :type_revision) SENSITIVE = [:type_name] include Aws::Structure end |