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.
11518 11519 11520 11521 11522 11523 |
# File 'lib/aws-sdk-datazone/types.rb', line 11518 class MetadataFormReference < Struct.new( :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |
#type_revision ⇒ String
The type revision of the metadata form reference.
11518 11519 11520 11521 11522 11523 |
# File 'lib/aws-sdk-datazone/types.rb', line 11518 class MetadataFormReference < Struct.new( :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |