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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


4341
4342
4343
4344
4345
4346
4347
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4341

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)


4341
4342
4343
4344
4345
4346
4347
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4341

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)


4341
4342
4343
4344
4345
4346
4347
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4341

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