Class: Aws::Types::ModifyScheduledActionMessage

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)


2172
2173
2174
# File 'sig/types.rbs', line 2172

def enable
  @enable
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


2171
2172
2173
# File 'sig/types.rbs', line 2171

def end_time
  @end_time
end

#iam_role::String

Returns the value of attribute iam_role.

Returns:

  • (::String)


2168
2169
2170
# File 'sig/types.rbs', line 2168

def iam_role
  @iam_role
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


2167
2168
2169
# File 'sig/types.rbs', line 2167

def schedule
  @schedule
end

#scheduled_action_description::String

Returns the value of attribute scheduled_action_description.

Returns:

  • (::String)


2169
2170
2171
# File 'sig/types.rbs', line 2169

def scheduled_action_description
  @scheduled_action_description
end

#scheduled_action_name::String

Returns the value of attribute scheduled_action_name.

Returns:

  • (::String)


2165
2166
2167
# File 'sig/types.rbs', line 2165

def scheduled_action_name
  @scheduled_action_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


2170
2171
2172
# File 'sig/types.rbs', line 2170

def start_time
  @start_time
end

#target_actionTypes::ScheduledActionType

Returns the value of attribute target_action.



2166
2167
2168
# File 'sig/types.rbs', line 2166

def target_action
  @target_action
end