Class: Aws::DataZone::Types::FormEntryInput

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 =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#requiredBoolean

Specifies whether a form entry is required.

Returns:

  • (Boolean)


4317
4318
4319
4320
4321
4322
4323
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4317

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

#type_identifierString

The type ID of the form entry.

Returns:

  • (String)


4317
4318
4319
4320
4321
4322
4323
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4317

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

#type_revisionString

The type revision of the form entry.

Returns:

  • (String)


4317
4318
4319
4320
4321
4322
4323
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4317

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