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)


4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4602

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)


4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4602

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)


4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4602

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