Class: Aws::Types::FollowModeScheduleActionStartSettings
- Inherits:
-
Object
- Object
- Aws::Types::FollowModeScheduleActionStartSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#follow_point ⇒ "END", "START"
Returns the value of attribute follow_point.
-
#reference_action_name ⇒ ::String
Returns the value of attribute reference_action_name.
Instance Attribute Details
#follow_point ⇒ "END", "START"
Returns the value of attribute follow_point.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def follow_point @follow_point end |
#reference_action_name ⇒ ::String
Returns the value of attribute reference_action_name.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def reference_action_name @reference_action_name end |