Class: Aws::Types::Spacing
- Inherits:
-
Object
- Object
- Aws::Types::Spacing
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bottom ⇒ ::String
Returns the value of attribute bottom.
-
#left ⇒ ::String
Returns the value of attribute left.
-
#right ⇒ ::String
Returns the value of attribute right.
-
#top ⇒ ::String
Returns the value of attribute top.
Instance Attribute Details
#bottom ⇒ ::String
Returns the value of attribute bottom.
10834 10835 10836 |
# File 'sig/types.rbs', line 10834 def bottom @bottom end |
#left ⇒ ::String
Returns the value of attribute left.
10835 10836 10837 |
# File 'sig/types.rbs', line 10835 def left @left end |
#right ⇒ ::String
Returns the value of attribute right.
10836 10837 10838 |
# File 'sig/types.rbs', line 10836 def right @right end |
#top ⇒ ::String
Returns the value of attribute top.
10833 10834 10835 |
# File 'sig/types.rbs', line 10833 def top @top end |