Class: Aws::Types::InsertableImage
- Inherits:
-
Object
- Object
- Aws::Types::InsertableImage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#fade_in ⇒ ::Integer
Returns the value of attribute fade_in.
-
#fade_out ⇒ ::Integer
Returns the value of attribute fade_out.
-
#height ⇒ ::Integer
Returns the value of attribute height.
-
#image_inserter_input ⇒ ::String
Returns the value of attribute image_inserter_input.
-
#image_x ⇒ ::Integer
Returns the value of attribute image_x.
-
#image_y ⇒ ::Integer
Returns the value of attribute image_y.
-
#layer ⇒ ::Integer
Returns the value of attribute layer.
-
#opacity ⇒ ::Integer
Returns the value of attribute opacity.
-
#start_time ⇒ ::String
Returns the value of attribute start_time.
-
#width ⇒ ::Integer
Returns the value of attribute width.
Instance Attribute Details
#duration ⇒ ::Integer
Returns the value of attribute duration.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def duration @duration end |
#fade_in ⇒ ::Integer
Returns the value of attribute fade_in.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def fade_in @fade_in end |
#fade_out ⇒ ::Integer
Returns the value of attribute fade_out.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def fade_out @fade_out end |
#height ⇒ ::Integer
Returns the value of attribute height.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def height @height end |
#image_inserter_input ⇒ ::String
Returns the value of attribute image_inserter_input.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def image_inserter_input @image_inserter_input end |
#image_x ⇒ ::Integer
Returns the value of attribute image_x.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def image_x @image_x end |
#image_y ⇒ ::Integer
Returns the value of attribute image_y.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def image_y @image_y end |
#layer ⇒ ::Integer
Returns the value of attribute layer.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def layer @layer end |
#opacity ⇒ ::Integer
Returns the value of attribute opacity.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def opacity @opacity end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def start_time @start_time end |
#width ⇒ ::Integer
Returns the value of attribute width.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def width @width end |