Class: Aws::Types::CaptionRectangle
- Inherits:
-
Object
- Object
- Aws::Types::CaptionRectangle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#height ⇒ ::Float
Returns the value of attribute height.
-
#left_offset ⇒ ::Float
Returns the value of attribute left_offset.
-
#top_offset ⇒ ::Float
Returns the value of attribute top_offset.
-
#width ⇒ ::Float
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ ::Float
Returns the value of attribute height.
449 450 451 |
# File 'sig/types.rbs', line 449 def height @height end |
#left_offset ⇒ ::Float
Returns the value of attribute left_offset.
450 451 452 |
# File 'sig/types.rbs', line 450 def left_offset @left_offset end |
#top_offset ⇒ ::Float
Returns the value of attribute top_offset.
451 452 453 |
# File 'sig/types.rbs', line 451 def top_offset @top_offset end |
#width ⇒ ::Float
Returns the value of attribute width.
452 453 454 |
# File 'sig/types.rbs', line 452 def width @width end |