Class: Aws::Types::StaticImageOutputActivateScheduleActionSettings
- Inherits:
-
Object
- Object
- Aws::Types::StaticImageOutputActivateScheduleActionSettings
- 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.
-
#output_names ⇒ ::Array[::String]
Returns the value of attribute output_names.
-
#width ⇒ ::Integer
Returns the value of attribute width.
Instance Attribute Details
#duration ⇒ ::Integer
Returns the value of attribute duration.
3062 3063 3064 |
# File 'sig/types.rbs', line 3062 def duration @duration end |
#fade_in ⇒ ::Integer
Returns the value of attribute fade_in.
3063 3064 3065 |
# File 'sig/types.rbs', line 3063 def fade_in @fade_in end |
#fade_out ⇒ ::Integer
Returns the value of attribute fade_out.
3064 3065 3066 |
# File 'sig/types.rbs', line 3064 def fade_out @fade_out end |
#height ⇒ ::Integer
Returns the value of attribute height.
3065 3066 3067 |
# File 'sig/types.rbs', line 3065 def height @height end |
#image ⇒ Types::InputLocation
Returns the value of attribute image.
3066 3067 3068 |
# File 'sig/types.rbs', line 3066 def image @image end |
#image_x ⇒ ::Integer
Returns the value of attribute image_x.
3067 3068 3069 |
# File 'sig/types.rbs', line 3067 def image_x @image_x end |
#image_y ⇒ ::Integer
Returns the value of attribute image_y.
3068 3069 3070 |
# File 'sig/types.rbs', line 3068 def image_y @image_y end |
#layer ⇒ ::Integer
Returns the value of attribute layer.
3069 3070 3071 |
# File 'sig/types.rbs', line 3069 def layer @layer end |
#opacity ⇒ ::Integer
Returns the value of attribute opacity.
3070 3071 3072 |
# File 'sig/types.rbs', line 3070 def opacity @opacity end |
#output_names ⇒ ::Array[::String]
Returns the value of attribute output_names.
3071 3072 3073 |
# File 'sig/types.rbs', line 3071 def output_names @output_names end |
#width ⇒ ::Integer
Returns the value of attribute width.
3072 3073 3074 |
# File 'sig/types.rbs', line 3072 def width @width end |