Class: Aws::Types::CaptionRectangle

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#height::Float

Returns the value of attribute height.

Returns:

  • (::Float)


449
450
451
# File 'sig/types.rbs', line 449

def height
  @height
end

#left_offset::Float

Returns the value of attribute left_offset.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


451
452
453
# File 'sig/types.rbs', line 451

def top_offset
  @top_offset
end

#width::Float

Returns the value of attribute width.

Returns:

  • (::Float)


452
453
454
# File 'sig/types.rbs', line 452

def width
  @width
end