Class: Aws::Types::ImageSet
- Inherits:
-
Object
- Object
- Aws::Types::ImageSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#height_32 ⇒ Types::Image
Returns the value of attribute height_32.
-
#height_64 ⇒ Types::Image
Returns the value of attribute height_64.
-
#original ⇒ Types::Image
Returns the value of attribute original.
Instance Attribute Details
#height_32 ⇒ Types::Image
Returns the value of attribute height_32.
6733 6734 6735 |
# File 'sig/types.rbs', line 6733 def height_32 @height_32 end |
#height_64 ⇒ Types::Image
Returns the value of attribute height_64.
6732 6733 6734 |
# File 'sig/types.rbs', line 6732 def height_64 @height_64 end |
#original ⇒ Types::Image
Returns the value of attribute original.
6731 6732 6733 |
# File 'sig/types.rbs', line 6731 def original @original end |