Class: Aws::Types::StartServiceSoftwareUpdateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#desired_start_time::Integer

Returns the value of attribute desired_start_time.

Returns:

  • (::Integer)


2307
2308
2309
# File 'sig/types.rbs', line 2307

def desired_start_time
  @desired_start_time
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2305
2306
2307
# File 'sig/types.rbs', line 2305

def domain_name
  @domain_name
end

#schedule_at"NOW", ...

Returns the value of attribute schedule_at.

Returns:

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


2306
2307
2308
# File 'sig/types.rbs', line 2306

def schedule_at
  @schedule_at
end