Class: Aws::Types::FormEntryOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:type_name])

Instance Attribute Summary collapse

Instance Attribute Details

#requiredBoolean

Returns the value of attribute required.

Returns:

  • (Boolean)


2438
2439
2440
# File 'sig/types.rbs', line 2438

def required
  @required
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


2436
2437
2438
# File 'sig/types.rbs', line 2436

def type_name
  @type_name
end

#type_revision::String

Returns the value of attribute type_revision.

Returns:

  • (::String)


2437
2438
2439
# File 'sig/types.rbs', line 2437

def type_revision
  @type_revision
end