Class: Aws::DataZone::Types::MetadataFormSummary

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

Instance Attribute Details

#form_nameString

The form name of the metadata form.

Returns:

  • (String)


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_nameString

The type name of the metadata form.

Returns:

  • (String)


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_revisionString

The type revision of the metadata form.

Returns:

  • (String)


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