Class: Aws::Types::PutScheduledActionRequest

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:



310
311
312
# File 'sig/types.rbs', line 310

def end_time
  @end_time
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:



307
308
309
# File 'sig/types.rbs', line 307

def resource_id
  @resource_id
end

#scalable_dimension"ecs:service:DesiredCount", ...

Returns the value of attribute scalable_dimension.

Returns:



308
309
310
# File 'sig/types.rbs', line 308

def scalable_dimension
  @scalable_dimension
end

#scalable_target_actionTypes::ScalableTargetAction

Returns the value of attribute scalable_target_action.

Returns:



311
312
313
# File 'sig/types.rbs', line 311

def scalable_target_action
  @scalable_target_action
end

#schedule::String

Returns the value of attribute schedule.

Returns:



304
305
306
# File 'sig/types.rbs', line 304

def schedule
  @schedule
end

#scheduled_action_name::String

Returns the value of attribute scheduled_action_name.

Returns:



306
307
308
# File 'sig/types.rbs', line 306

def scheduled_action_name
  @scheduled_action_name
end

#service_namespace"ecs", ...

Returns the value of attribute service_namespace.

Returns:



303
304
305
# File 'sig/types.rbs', line 303

def service_namespace
  @service_namespace
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



309
310
311
# File 'sig/types.rbs', line 309

def start_time
  @start_time
end

#timezone::String

Returns the value of attribute timezone.

Returns:



305
306
307
# File 'sig/types.rbs', line 305

def timezone
  @timezone
end