Class: Aws::Types::StaticImageOutputDeactivateScheduleActionSettings
- Inherits:
-
Object
- Object
- Aws::Types::StaticImageOutputDeactivateScheduleActionSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fade_out ⇒ ::Integer
Returns the value of attribute fade_out.
-
#layer ⇒ ::Integer
Returns the value of attribute layer.
-
#output_names ⇒ ::Array[::String]
Returns the value of attribute output_names.
Instance Attribute Details
#fade_out ⇒ ::Integer
Returns the value of attribute fade_out.
3077 3078 3079 |
# File 'sig/types.rbs', line 3077 def fade_out @fade_out end |
#layer ⇒ ::Integer
Returns the value of attribute layer.
3078 3079 3080 |
# File 'sig/types.rbs', line 3078 def layer @layer end |
#output_names ⇒ ::Array[::String]
Returns the value of attribute output_names.
3079 3080 3081 |
# File 'sig/types.rbs', line 3079 def output_names @output_names end |