Class: Aws::Types::FormEntryInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#requiredBoolean

Returns the value of attribute required.

Returns:

  • (Boolean)


2431
2432
2433
# File 'sig/types.rbs', line 2431

def required
  @required
end

#type_identifier::String

Returns the value of attribute type_identifier.

Returns:

  • (::String)


2429
2430
2431
# File 'sig/types.rbs', line 2429

def type_identifier
  @type_identifier
end

#type_revision::String

Returns the value of attribute type_revision.

Returns:

  • (::String)


2430
2431
2432
# File 'sig/types.rbs', line 2430

def type_revision
  @type_revision
end