Class: Aws::Types::AspectRatio

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)


18
19
20
# File 'sig/types.rbs', line 18

def height
  @height
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


17
18
19
# File 'sig/types.rbs', line 17

def width
  @width
end