Class: Aws::Types::ScheduledAction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


2800
2801
2802
# File 'sig/types.rbs', line 2800

def end_time
  @end_time
end

#iam_role::String

Returns the value of attribute iam_role.

Returns:

  • (::String)


2795
2796
2797
# File 'sig/types.rbs', line 2795

def iam_role
  @iam_role
end

#next_invocations::Array[::Time]

Returns the value of attribute next_invocations.

Returns:

  • (::Array[::Time])


2798
2799
2800
# File 'sig/types.rbs', line 2798

def next_invocations
  @next_invocations
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


2794
2795
2796
# File 'sig/types.rbs', line 2794

def schedule
  @schedule
end

#scheduled_action_description::String

Returns the value of attribute scheduled_action_description.

Returns:

  • (::String)


2796
2797
2798
# File 'sig/types.rbs', line 2796

def scheduled_action_description
  @scheduled_action_description
end

#scheduled_action_name::String

Returns the value of attribute scheduled_action_name.

Returns:

  • (::String)


2792
2793
2794
# File 'sig/types.rbs', line 2792

def scheduled_action_name
  @scheduled_action_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


2799
2800
2801
# File 'sig/types.rbs', line 2799

def start_time
  @start_time
end

#state"ACTIVE", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "DISABLED")


2797
2798
2799
# File 'sig/types.rbs', line 2797

def state
  @state
end

#target_actionTypes::ScheduledActionType

Returns the value of attribute target_action.



2793
2794
2795
# File 'sig/types.rbs', line 2793

def target_action
  @target_action
end