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)


4369
4370
4371
4372
4373
4374
4375
4376
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4369

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)


4369
4370
4371
4372
4373
4374
4375
4376
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4369

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)


4369
4370
4371
4372
4373
4374
4375
4376
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4369

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)


4369
4370
4371
4372
4373
4374
4375
4376
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4369

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