Class: Aws::Types::FieldPosition

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

Defined Under Namespace

Classes: Below, Fixed, RightOf, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#below ⇒ ::String

Returns the value of attribute below.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def below
  @below
end

#fixed ⇒ "first"

Returns the value of attribute fixed.

Returns:

  • ("first")


452
453
454
# File 'sig/types.rbs', line 452

def fixed
  @fixed
end

#right_of ⇒ ::String

Returns the value of attribute right_of.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def right_of
  @right_of
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


455
456
457
# File 'sig/types.rbs', line 455

def unknown
  @unknown
end