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

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


2465
2466
2467
# File 'sig/types.rbs', line 2465

def action_id
  @action_id
end

#action_type"SERVICE_SOFTWARE_UPDATE", ...

Returns the value of attribute action_type.

Returns:

  • ("SERVICE_SOFTWARE_UPDATE", "JVM_HEAP_SIZE_TUNING", "JVM_YOUNG_GEN_TUNING")


2466
2467
2468
# File 'sig/types.rbs', line 2466

def action_type
  @action_type
end

#desired_start_time::Integer

Returns the value of attribute desired_start_time.

Returns:

  • (::Integer)


2468
2469
2470
# File 'sig/types.rbs', line 2468

def desired_start_time
  @desired_start_time
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2464
2465
2466
# File 'sig/types.rbs', line 2464

def domain_name
  @domain_name
end

#schedule_at"NOW", ...

Returns the value of attribute schedule_at.

Returns:

  • ("NOW", "TIMESTAMP", "OFF_PEAK_WINDOW")


2467
2468
2469
# File 'sig/types.rbs', line 2467

def schedule_at
  @schedule_at
end