Class: Aws::Types::Rectangle

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


2185
2186
2187
# File 'sig/types.rbs', line 2185

def height
  @height
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


2186
2187
2188
# File 'sig/types.rbs', line 2186

def width
  @width
end

#x::Integer

Returns the value of attribute x.

Returns:

  • (::Integer)


2187
2188
2189
# File 'sig/types.rbs', line 2187

def x
  @x
end

#y::Integer

Returns the value of attribute y.

Returns:

  • (::Integer)


2188
2189
2190
# File 'sig/types.rbs', line 2188

def y
  @y
end