Class: Aws::Types::BoundingBox

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:



160
161
162
# File 'sig/types.rbs', line 160

def height
  @height
end

#left::Float

Returns the value of attribute left.

Returns:



161
162
163
# File 'sig/types.rbs', line 161

def left
  @left
end

#top::Float

Returns the value of attribute top.

Returns:



162
163
164
# File 'sig/types.rbs', line 162

def top
  @top
end

#width::Float

Returns the value of attribute width.

Returns:



163
164
165
# File 'sig/types.rbs', line 163

def width
  @width
end