Class: Aws::DataZone::Types::FormEntryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::FormEntryInput
- 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
-
#required ⇒ Boolean
Specifies whether a form entry is required.
-
#type_identifier ⇒ String
The type ID of the form entry.
-
#type_revision ⇒ String
The type revision of the form entry.
Instance Attribute Details
#required ⇒ Boolean
Specifies whether a form entry is required.
5850 5851 5852 5853 5854 5855 5856 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5850 class FormEntryInput < Struct.new( :required, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |
#type_identifier ⇒ String
The type ID of the form entry.
5850 5851 5852 5853 5854 5855 5856 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5850 class FormEntryInput < Struct.new( :required, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |
#type_revision ⇒ String
The type revision of the form entry.
5850 5851 5852 5853 5854 5855 5856 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5850 class FormEntryInput < Struct.new( :required, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |