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)


10834
10835
10836
# File 'sig/types.rbs', line 10834

def bottom
  @bottom
end

#left::String

Returns the value of attribute left.

Returns:

  • (::String)


10835
10836
10837
# File 'sig/types.rbs', line 10835

def left
  @left
end

#right::String

Returns the value of attribute right.

Returns:

  • (::String)


10836
10837
10838
# File 'sig/types.rbs', line 10836

def right
  @right
end

#top::String

Returns the value of attribute top.

Returns:

  • (::String)


10833
10834
10835
# File 'sig/types.rbs', line 10833

def top
  @top
end