Class: Aws::Types::TaskScheduleDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#disabled_by"USER", "SERVICE"

Returns the value of attribute disabled_by.

Returns:

  • ("USER", "SERVICE")


951
952
953
# File 'sig/types.rbs', line 951

def disabled_by
  @disabled_by
end

#disabled_reason::String

Returns the value of attribute disabled_reason.

Returns:

  • (::String)


950
951
952
# File 'sig/types.rbs', line 950

def disabled_reason
  @disabled_reason
end

#status_update_time::Time

Returns the value of attribute status_update_time.

Returns:

  • (::Time)


949
950
951
# File 'sig/types.rbs', line 949

def status_update_time
  @status_update_time
end