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)


13820
13821
13822
13823
13824
13825
13826
# File 'lib/aws-sdk-datazone/types.rb', line 13820

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)


13820
13821
13822
13823
13824
13825
13826
# File 'lib/aws-sdk-datazone/types.rb', line 13820

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)


13820
13821
13822
13823
13824
13825
13826
# File 'lib/aws-sdk-datazone/types.rb', line 13820

class MetadataFormSummary < Struct.new(
  :form_name,
  :type_name,
  :type_revision)
  SENSITIVE = [:type_name]
  include Aws::Structure
end