Class: Aws::Types::AllowedRenditionSize

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)


77
78
79
# File 'sig/types.rbs', line 77

def height
  @height
end

#required"ENABLED", "DISABLED"

Returns the value of attribute required.

Returns:

  • ("ENABLED", "DISABLED")


78
79
80
# File 'sig/types.rbs', line 78

def required
  @required
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


79
80
81
# File 'sig/types.rbs', line 79

def width
  @width
end