Class: Aws::Types::FormOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:type_name])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


2454
2455
2456
# File 'sig/types.rbs', line 2454

def content
  @content
end

#form_name::String

Returns the value of attribute form_name.

Returns:

  • (::String)


2451
2452
2453
# File 'sig/types.rbs', line 2451

def form_name
  @form_name
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


2452
2453
2454
# File 'sig/types.rbs', line 2452

def type_name
  @type_name
end

#type_revision::String

Returns the value of attribute type_revision.

Returns:

  • (::String)


2453
2454
2455
# File 'sig/types.rbs', line 2453

def type_revision
  @type_revision
end