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.
6999 7000 7001 |
# File 'sig/types.rbs', line 6999 def height_32 @height_32 end |
#height_64 ⇒ Types::Image
Returns the value of attribute height_64.
6998 6999 7000 |
# File 'sig/types.rbs', line 6998 def height_64 @height_64 end |
#original ⇒ Types::Image
Returns the value of attribute original.
6997 6998 6999 |
# File 'sig/types.rbs', line 6997 def original @original end |