Class: Aws::Types::UpdateScheduledActionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def enabled
  @enabled
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def end_time
  @end_time
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def role_arn
  @role_arn
end

#scheduleTypes::Schedule

Returns the value of attribute schedule.

Returns:



1098
1099
1100
# File 'sig/types.rbs', line 1098

def schedule
  @schedule
end

#scheduled_action_description::String

Returns the value of attribute scheduled_action_description.

Returns:

  • (::String)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def scheduled_action_description
  @scheduled_action_description
end

#scheduled_action_name::String

Returns the value of attribute scheduled_action_name.

Returns:

  • (::String)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def scheduled_action_name
  @scheduled_action_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def start_time
  @start_time
end

#target_actionTypes::TargetAction

Returns the value of attribute target_action.

Returns:



1102
1103
1104
# File 'sig/types.rbs', line 1102

def target_action
  @target_action
end