Class: Aws::Types::Spacing

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bottom::String

Returns the value of attribute bottom.

Returns:

  • (::String)


10444
10445
10446
# File 'sig/types.rbs', line 10444

def bottom
  @bottom
end

#left::String

Returns the value of attribute left.

Returns:

  • (::String)


10445
10446
10447
# File 'sig/types.rbs', line 10445

def left
  @left
end

#right::String

Returns the value of attribute right.

Returns:

  • (::String)


10446
10447
10448
# File 'sig/types.rbs', line 10446

def right
  @right
end

#top::String

Returns the value of attribute top.

Returns:

  • (::String)


10443
10444
10445
# File 'sig/types.rbs', line 10443

def top
  @top
end