Class: Aws::Types::FormInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


2446
2447
2448
# File 'sig/types.rbs', line 2446

def content
  @content
end

#form_name::String

Returns the value of attribute form_name.

Returns:

  • (::String)


2443
2444
2445
# File 'sig/types.rbs', line 2443

def form_name
  @form_name
end

#type_identifier::String

Returns the value of attribute type_identifier.

Returns:

  • (::String)


2444
2445
2446
# File 'sig/types.rbs', line 2444

def type_identifier
  @type_identifier
end

#type_revision::String

Returns the value of attribute type_revision.

Returns:

  • (::String)


2445
2446
2447
# File 'sig/types.rbs', line 2445

def type_revision
  @type_revision
end