Class: Aws::DataZone::Types::MetadataFormReference

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#type_identifierString

The type ID of the metadata form reference.

Returns:

  • (String)


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_revisionString

The type revision of the metadata form reference.

Returns:

  • (String)


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