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.
10444 10445 10446 |
# File 'sig/types.rbs', line 10444 def bottom @bottom end |
#left ⇒ ::String
Returns the value of attribute left.
10445 10446 10447 |
# File 'sig/types.rbs', line 10445 def left @left end |
#right ⇒ ::String
Returns the value of attribute right.
10446 10447 10448 |
# File 'sig/types.rbs', line 10446 def right @right end |
#top ⇒ ::String
Returns the value of attribute top.
10443 10444 10445 |
# File 'sig/types.rbs', line 10443 def top @top end |