Class: Aws::Types::CreateScheduledActionMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enableBoolean

Returns the value of attribute enable.

Returns:

  • (Boolean)


719
720
721
# File 'sig/types.rbs', line 719

def enable
  @enable
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


718
719
720
# File 'sig/types.rbs', line 718

def end_time
  @end_time
end

#iam_role::String

Returns the value of attribute iam_role.

Returns:

  • (::String)


715
716
717
# File 'sig/types.rbs', line 715

def iam_role
  @iam_role
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


714
715
716
# File 'sig/types.rbs', line 714

def schedule
  @schedule
end

#scheduled_action_description::String

Returns the value of attribute scheduled_action_description.

Returns:

  • (::String)


716
717
718
# File 'sig/types.rbs', line 716

def scheduled_action_description
  @scheduled_action_description
end

#scheduled_action_name::String

Returns the value of attribute scheduled_action_name.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

def scheduled_action_name
  @scheduled_action_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


717
718
719
# File 'sig/types.rbs', line 717

def start_time
  @start_time
end

#target_actionTypes::ScheduledActionType

Returns the value of attribute target_action.



713
714
715
# File 'sig/types.rbs', line 713

def target_action
  @target_action
end