Class: Aws::Types::DescribeScheduledActionsType
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScheduledActionsType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scheduled_action_names ⇒ ::Array[::String]
Returns the value of attribute scheduled_action_names.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
537 538 539 |
# File 'sig/types.rbs', line 537 def auto_scaling_group_name @auto_scaling_group_name end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
540 541 542 |
# File 'sig/types.rbs', line 540 def end_time @end_time end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
542 543 544 |
# File 'sig/types.rbs', line 542 def max_records @max_records end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
541 542 543 |
# File 'sig/types.rbs', line 541 def next_token @next_token end |
#scheduled_action_names ⇒ ::Array[::String]
Returns the value of attribute scheduled_action_names.
538 539 540 |
# File 'sig/types.rbs', line 538 def scheduled_action_names @scheduled_action_names end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
539 540 541 |
# File 'sig/types.rbs', line 539 def start_time @start_time end |