Class: Aws::Types::ScheduledActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledActionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#next_invocations ⇒ ::Array[::Time]
Returns the value of attribute next_invocations.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
-
#scheduled_action_description ⇒ ::String
Returns the value of attribute scheduled_action_description.
-
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
-
#scheduled_action_uuid ⇒ ::String
Returns the value of attribute scheduled_action_uuid.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ "ACTIVE", "DISABLED"
Returns the value of attribute state.
-
#target_action ⇒ Types::TargetAction
Returns the value of attribute target_action.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
898 899 900 |
# File 'sig/types.rbs', line 898 def end_time @end_time end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
899 900 901 |
# File 'sig/types.rbs', line 899 def namespace_name @namespace_name end |
#next_invocations ⇒ ::Array[::Time]
Returns the value of attribute next_invocations.
900 901 902 |
# File 'sig/types.rbs', line 900 def next_invocations @next_invocations end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
901 902 903 |
# File 'sig/types.rbs', line 901 def role_arn @role_arn end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
902 903 904 |
# File 'sig/types.rbs', line 902 def schedule @schedule end |
#scheduled_action_description ⇒ ::String
Returns the value of attribute scheduled_action_description.
903 904 905 |
# File 'sig/types.rbs', line 903 def scheduled_action_description @scheduled_action_description end |
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
904 905 906 |
# File 'sig/types.rbs', line 904 def scheduled_action_name @scheduled_action_name end |
#scheduled_action_uuid ⇒ ::String
Returns the value of attribute scheduled_action_uuid.
905 906 907 |
# File 'sig/types.rbs', line 905 def scheduled_action_uuid @scheduled_action_uuid end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
906 907 908 |
# File 'sig/types.rbs', line 906 def start_time @start_time end |
#state ⇒ "ACTIVE", "DISABLED"
Returns the value of attribute state.
907 908 909 |
# File 'sig/types.rbs', line 907 def state @state end |
#target_action ⇒ Types::TargetAction
Returns the value of attribute target_action.
908 909 910 |
# File 'sig/types.rbs', line 908 def target_action @target_action end |