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.
3081 3082 3083 |
# File 'sig/types.rbs', line 3081 def fade_out @fade_out end |
#layer ⇒ ::Integer
Returns the value of attribute layer.
3082 3083 3084 |
# File 'sig/types.rbs', line 3082 def layer @layer end |
#output_names ⇒ ::Array[::String]
Returns the value of attribute output_names.
3083 3084 3085 |
# File 'sig/types.rbs', line 3083 def output_names @output_names end |