Class: Aws::Types::DeleteScheduledActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteScheduledActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#scalable_dimension ⇒ "ecs:service:DesiredCount", ...
Returns the value of attribute scalable_dimension.
-
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
-
#service_namespace ⇒ "ecs", ...
Returns the value of attribute service_namespace.
Instance Attribute Details
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
52 53 54 |
# File 'sig/types.rbs', line 52 def resource_id @resource_id end |
#scalable_dimension ⇒ "ecs:service:DesiredCount", ...
Returns the value of attribute scalable_dimension.
53 54 55 |
# File 'sig/types.rbs', line 53 def scalable_dimension @scalable_dimension end |
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
51 52 53 |
# File 'sig/types.rbs', line 51 def scheduled_action_name @scheduled_action_name end |
#service_namespace ⇒ "ecs", ...
Returns the value of attribute service_namespace.
50 51 52 |
# File 'sig/types.rbs', line 50 def service_namespace @service_namespace end |