Class: Aws::DataZone::Types::FormEntryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::FormEntryOutput
- 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
-
#required ⇒ Boolean
Specifies whether a form entry is required.
-
#type_name ⇒ String
The name of the type 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.
6071 6072 6073 6074 6075 6076 6077 |
# File 'lib/aws-sdk-datazone/types.rb', line 6071 class FormEntryOutput < Struct.new( :required, :type_name, :type_revision) SENSITIVE = [:type_name] include Aws::Structure end |
#type_name ⇒ String
The name of the type of the form entry.
6071 6072 6073 6074 6075 6076 6077 |
# File 'lib/aws-sdk-datazone/types.rb', line 6071 class FormEntryOutput < Struct.new( :required, :type_name, :type_revision) SENSITIVE = [:type_name] include Aws::Structure end |
#type_revision ⇒ String
The type revision of the form entry.
6071 6072 6073 6074 6075 6076 6077 |
# File 'lib/aws-sdk-datazone/types.rb', line 6071 class FormEntryOutput < Struct.new( :required, :type_name, :type_revision) SENSITIVE = [:type_name] include Aws::Structure end |