Class: Aws::DataZone::Types::FormEntryOutput

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

Overview

The details of the form entry.

Constant Summary collapse

SENSITIVE =
[:type_name]

Instance Attribute Summary collapse

Instance Attribute Details

#requiredBoolean

Specifies whether a form entry is required.

Returns:

  • (Boolean)


4187
4188
4189
4190
4191
4192
4193
# File 'lib/aws-sdk-datazone/types.rb', line 4187

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

#type_nameString

The name of the type of the form entry.

Returns:

  • (String)


4187
4188
4189
4190
4191
4192
4193
# File 'lib/aws-sdk-datazone/types.rb', line 4187

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

#type_revisionString

The type revision of the form entry.

Returns:

  • (String)


4187
4188
4189
4190
4191
4192
4193
# File 'lib/aws-sdk-datazone/types.rb', line 4187

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