Class: Aws::Types::StaticImageActivateScheduleActionSettings
- Inherits:
-
Object
- Object
- Aws::Types::StaticImageActivateScheduleActionSettings
- 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 ⇒ Types::InputLocation
Returns the value of attribute image.
-
#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.
-
#width ⇒ ::Integer
Returns the value of attribute width.
Instance Attribute Details
#duration ⇒ ::Integer
Returns the value of attribute duration.
3042 3043 3044 |
# File 'sig/types.rbs', line 3042 def duration @duration end |
#fade_in ⇒ ::Integer
Returns the value of attribute fade_in.
3043 3044 3045 |
# File 'sig/types.rbs', line 3043 def fade_in @fade_in end |
#fade_out ⇒ ::Integer
Returns the value of attribute fade_out.
3044 3045 3046 |
# File 'sig/types.rbs', line 3044 def fade_out @fade_out end |
#height ⇒ ::Integer
Returns the value of attribute height.
3045 3046 3047 |
# File 'sig/types.rbs', line 3045 def height @height end |
#image ⇒ Types::InputLocation
Returns the value of attribute image.
3046 3047 3048 |
# File 'sig/types.rbs', line 3046 def image @image end |
#image_x ⇒ ::Integer
Returns the value of attribute image_x.
3047 3048 3049 |
# File 'sig/types.rbs', line 3047 def image_x @image_x end |
#image_y ⇒ ::Integer
Returns the value of attribute image_y.
3048 3049 3050 |
# File 'sig/types.rbs', line 3048 def image_y @image_y end |
#layer ⇒ ::Integer
Returns the value of attribute layer.
3049 3050 3051 |
# File 'sig/types.rbs', line 3049 def layer @layer end |
#opacity ⇒ ::Integer
Returns the value of attribute opacity.
3050 3051 3052 |
# File 'sig/types.rbs', line 3050 def opacity @opacity end |
#width ⇒ ::Integer
Returns the value of attribute width.
3051 3052 3053 |
# File 'sig/types.rbs', line 3051 def width @width end |