Class: Aws::Types::DescribeScheduledActionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScheduledActionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active ⇒ Boolean
Returns the value of attribute active.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#filters ⇒ ::Array[Types::ScheduledActionFilter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#target_action_type ⇒ "ResizeCluster", ...
Returns the value of attribute target_action_type.
Instance Attribute Details
#active ⇒ Boolean
Returns the value of attribute active.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def active @active end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def end_time @end_time end |
#filters ⇒ ::Array[Types::ScheduledActionFilter]
Returns the value of attribute filters.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def max_records @max_records end |
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def scheduled_action_name @scheduled_action_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def start_time @start_time end |
#target_action_type ⇒ "ResizeCluster", ...
Returns the value of attribute target_action_type.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def target_action_type @target_action_type end |