Class: Aws::Types::FormCTA

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cancel ⇒ Types::FormButton

Returns the value of attribute cancel.

Returns:



519
520
521
# File 'sig/types.rbs', line 519

def cancel
  @cancel
end

#clear ⇒ Types::FormButton

Returns the value of attribute clear.

Returns:



518
519
520
# File 'sig/types.rbs', line 518

def clear
  @clear
end

#position ⇒ "top", ...

Returns the value of attribute position.

Returns:

  • ("top", "bottom", "top_and_bottom")


517
518
519
# File 'sig/types.rbs', line 517

def position
  @position
end

#submit ⇒ Types::FormButton

Returns the value of attribute submit.

Returns:



520
521
522
# File 'sig/types.rbs', line 520

def submit
  @submit
end