Class: Aws::Types::ScheduledWindowExecution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_time::String

Returns the value of attribute execution_time.

Returns:

  • (::String)


4033
4034
4035
# File 'sig/types.rbs', line 4033

def execution_time
  @execution_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4032
4033
4034
# File 'sig/types.rbs', line 4032

def name
  @name
end

#window_id::String

Returns the value of attribute window_id.

Returns:

  • (::String)


4031
4032
4033
# File 'sig/types.rbs', line 4031

def window_id
  @window_id
end