Class: Aws::Types::ScheduledOperationDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_weekTypes::DayOfWeek

Returns the value of attribute day_of_week.

Returns:



2299
2300
2301
# File 'sig/types.rbs', line 2299

def day_of_week
  @day_of_week
end

#scheduled_start_time::String

Returns the value of attribute scheduled_start_time.

Returns:

  • (::String)


2300
2301
2302
# File 'sig/types.rbs', line 2300

def scheduled_start_time
  @scheduled_start_time
end

#scheduled_stop_time::String

Returns the value of attribute scheduled_stop_time.

Returns:

  • (::String)


2301
2302
2303
# File 'sig/types.rbs', line 2301

def scheduled_stop_time
  @scheduled_stop_time
end