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:

  • (::Float)


127
128
129
# File 'sig/types.rbs', line 127

def height
  @height
end

#left::Float

Returns the value of attribute left.

Returns:

  • (::Float)


128
129
130
# File 'sig/types.rbs', line 128

def left
  @left
end

#top::Float

Returns the value of attribute top.

Returns:

  • (::Float)


129
130
131
# File 'sig/types.rbs', line 129

def top
  @top
end

#width::Float

Returns the value of attribute width.

Returns:

  • (::Float)


126
127
128
# File 'sig/types.rbs', line 126

def width
  @width
end