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)


6071
6072
6073
6074
6075
6076
6077
# File 'lib/aws-sdk-datazone/types.rb', line 6071

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)


6071
6072
6073
6074
6075
6076
6077
# File 'lib/aws-sdk-datazone/types.rb', line 6071

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)


6071
6072
6073
6074
6075
6076
6077
# File 'lib/aws-sdk-datazone/types.rb', line 6071

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