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.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def duration @duration end |
#fade_in ⇒ ::Integer
Returns the value of attribute fade_in.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def fade_in @fade_in end |
#fade_out ⇒ ::Integer
Returns the value of attribute fade_out.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def fade_out @fade_out end |
#height ⇒ ::Integer
Returns the value of attribute height.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def height @height end |
#image_inserter_input ⇒ ::String
Returns the value of attribute image_inserter_input.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def image_inserter_input @image_inserter_input end |
#image_x ⇒ ::Integer
Returns the value of attribute image_x.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def image_x @image_x end |
#image_y ⇒ ::Integer
Returns the value of attribute image_y.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def image_y @image_y end |
#layer ⇒ ::Integer
Returns the value of attribute layer.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def layer @layer end |
#opacity ⇒ ::Integer
Returns the value of attribute opacity.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def opacity @opacity end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def start_time @start_time end |
#width ⇒ ::Integer
Returns the value of attribute width.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def width @width end |