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)


8371
8372
8373
8374
8375
8376
8377
# File 'lib/aws-sdk-datazone/types.rb', line 8371

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

#type_nameString

The name of the type of the form entry.

Returns:

  • (String)


8371
8372
8373
8374
8375
8376
8377
# File 'lib/aws-sdk-datazone/types.rb', line 8371

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

#type_revisionString

The type revision of the form entry.

Returns:

  • (String)


8371
8372
8373
8374
8375
8376
8377
# File 'lib/aws-sdk-datazone/types.rb', line 8371

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