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)


2206
2207
2208
# File 'sig/types.rbs', line 2206

def height
  @height
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


2207
2208
2209
# File 'sig/types.rbs', line 2207

def width
  @width
end

#x::Integer

Returns the value of attribute x.

Returns:

  • (::Integer)


2208
2209
2210
# File 'sig/types.rbs', line 2208

def x
  @x
end

#y::Integer

Returns the value of attribute y.

Returns:

  • (::Integer)


2209
2210
2211
# File 'sig/types.rbs', line 2209

def y
  @y
end