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)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def enabled
  @enabled
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1081
1082
1083
# File 'sig/types.rbs', line 1081

def end_time
  @end_time
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1082
1083
1084
# File 'sig/types.rbs', line 1082

def role_arn
  @role_arn
end

#scheduleTypes::Schedule

Returns the value of attribute schedule.

Returns:



1083
1084
1085
# File 'sig/types.rbs', line 1083

def schedule
  @schedule
end

#scheduled_action_description::String

Returns the value of attribute scheduled_action_description.

Returns:

  • (::String)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def scheduled_action_description
  @scheduled_action_description
end

#scheduled_action_name::String

Returns the value of attribute scheduled_action_name.

Returns:

  • (::String)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def scheduled_action_name
  @scheduled_action_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1086
1087
1088
# File 'sig/types.rbs', line 1086

def start_time
  @start_time
end

#target_actionTypes::TargetAction

Returns the value of attribute target_action.

Returns:



1087
1088
1089
# File 'sig/types.rbs', line 1087

def target_action
  @target_action
end