Class: Aws::Types::FormButton

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#children ⇒ ::String

Returns the value of attribute children.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def children
  @children
end

#excluded ⇒ Boolean

Returns the value of attribute excluded.

Returns:

  • (Boolean)


510
511
512
# File 'sig/types.rbs', line 510

def excluded
  @excluded
end

#position ⇒ Types::FieldPosition

Returns the value of attribute position.



512
513
514
# File 'sig/types.rbs', line 512

def position
  @position
end