Class: Aws::Types::FeatureActivations
- Inherits:
-
Object
- Object
- Aws::Types::FeatureActivations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_prepare_schedule_actions ⇒ "DISABLED", "ENABLED"
Returns the value of attribute input_prepare_schedule_actions.
-
#output_static_image_overlay_schedule_actions ⇒ "DISABLED", "ENABLED"
Returns the value of attribute output_static_image_overlay_schedule_actions.
Instance Attribute Details
#input_prepare_schedule_actions ⇒ "DISABLED", "ENABLED"
Returns the value of attribute input_prepare_schedule_actions.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def input_prepare_schedule_actions @input_prepare_schedule_actions end |
#output_static_image_overlay_schedule_actions ⇒ "DISABLED", "ENABLED"
Returns the value of attribute output_static_image_overlay_schedule_actions.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def @output_static_image_overlay_schedule_actions end |