Class: Aws::DataZone::Types::FormInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

The details of a metadata form.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The content of the metadata form.

Returns:

  • (String)


5902
5903
5904
5905
5906
5907
5908
5909
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5902

class FormInput < Struct.new(
  :content,
  :form_name,
  :type_identifier,
  :type_revision)
  SENSITIVE = []
  include Aws::Structure
end

#form_nameString

The name of the metadata form.

Returns:

  • (String)


5902
5903
5904
5905
5906
5907
5908
5909
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5902

class FormInput < Struct.new(
  :content,
  :form_name,
  :type_identifier,
  :type_revision)
  SENSITIVE = []
  include Aws::Structure
end

#type_identifierString

The ID of the metadata form type.

Returns:

  • (String)


5902
5903
5904
5905
5906
5907
5908
5909
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5902

class FormInput < Struct.new(
  :content,
  :form_name,
  :type_identifier,
  :type_revision)
  SENSITIVE = []
  include Aws::Structure
end

#type_revisionString

The revision of the metadata form type.

Returns:

  • (String)


5902
5903
5904
5905
5906
5907
5908
5909
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5902

class FormInput < Struct.new(
  :content,
  :form_name,
  :type_identifier,
  :type_revision)
  SENSITIVE = []
  include Aws::Structure
end