Class: Aws::Types::ScheduledActionAssociation
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledActionAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
Instance Attribute Details
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
882 883 884 |
# File 'sig/types.rbs', line 882 def namespace_name @namespace_name end |
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
883 884 885 |
# File 'sig/types.rbs', line 883 def scheduled_action_name @scheduled_action_name end |