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)


2780
2781
2782
# File 'sig/types.rbs', line 2780

def end_time
  @end_time
end

#iam_role::String

Returns the value of attribute iam_role.

Returns:

  • (::String)


2775
2776
2777
# File 'sig/types.rbs', line 2775

def iam_role
  @iam_role
end

#next_invocations::Array[::Time]

Returns the value of attribute next_invocations.

Returns:

  • (::Array[::Time])


2778
2779
2780
# File 'sig/types.rbs', line 2778

def next_invocations
  @next_invocations
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


2774
2775
2776
# File 'sig/types.rbs', line 2774

def schedule
  @schedule
end

#scheduled_action_description::String

Returns the value of attribute scheduled_action_description.

Returns:

  • (::String)


2776
2777
2778
# File 'sig/types.rbs', line 2776

def scheduled_action_description
  @scheduled_action_description
end

#scheduled_action_name::String

Returns the value of attribute scheduled_action_name.

Returns:

  • (::String)


2772
2773
2774
# File 'sig/types.rbs', line 2772

def scheduled_action_name
  @scheduled_action_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


2779
2780
2781
# File 'sig/types.rbs', line 2779

def start_time
  @start_time
end

#state"ACTIVE", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "DISABLED")


2777
2778
2779
# File 'sig/types.rbs', line 2777

def state
  @state
end

#target_actionTypes::ScheduledActionType

Returns the value of attribute target_action.



2773
2774
2775
# File 'sig/types.rbs', line 2773

def target_action
  @target_action
end