Class: Aws::DataZone::Types::MetadataFormReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::MetadataFormReference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The reference of a metadata form.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type_identifier ⇒ String
The type ID of the metadata form reference.
-
#type_revision ⇒ String
The type revision of the metadata form reference.
Instance Attribute Details
#type_identifier ⇒ String
The type ID of the metadata form reference.
13797 13798 13799 13800 13801 13802 |
# File 'lib/aws-sdk-datazone/types.rb', line 13797 class MetadataFormReference < Struct.new( :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |
#type_revision ⇒ String
The type revision of the metadata form reference.
13797 13798 13799 13800 13801 13802 |
# File 'lib/aws-sdk-datazone/types.rb', line 13797 class MetadataFormReference < Struct.new( :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |