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.
888 889 890 |
# File 'sig/types.rbs', line 888 def end_time @end_time end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
889 890 891 |
# File 'sig/types.rbs', line 889 def namespace_name @namespace_name end |
#next_invocations ⇒ ::Array[::Time]
Returns the value of attribute next_invocations.
890 891 892 |
# File 'sig/types.rbs', line 890 def next_invocations @next_invocations end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
891 892 893 |
# File 'sig/types.rbs', line 891 def role_arn @role_arn end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
892 893 894 |
# File 'sig/types.rbs', line 892 def schedule @schedule end |
#scheduled_action_description ⇒ ::String
Returns the value of attribute scheduled_action_description.
893 894 895 |
# File 'sig/types.rbs', line 893 def scheduled_action_description @scheduled_action_description end |
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
894 895 896 |
# File 'sig/types.rbs', line 894 def scheduled_action_name @scheduled_action_name end |
#scheduled_action_uuid ⇒ ::String
Returns the value of attribute scheduled_action_uuid.
895 896 897 |
# File 'sig/types.rbs', line 895 def scheduled_action_uuid @scheduled_action_uuid end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
896 897 898 |
# File 'sig/types.rbs', line 896 def start_time @start_time end |
#state ⇒ "ACTIVE", "DISABLED"
Returns the value of attribute state.
897 898 899 |
# File 'sig/types.rbs', line 897 def state @state end |
#target_action ⇒ Types::TargetAction
Returns the value of attribute target_action.
898 899 900 |
# File 'sig/types.rbs', line 898 def target_action @target_action end |