Class: Aws::Types::CanaryTimeline

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


184
185
186
# File 'sig/types.rbs', line 184

def created
  @created
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


185
186
187
# File 'sig/types.rbs', line 185

def last_modified
  @last_modified
end

#last_started::Time

Returns the value of attribute last_started.

Returns:

  • (::Time)


186
187
188
# File 'sig/types.rbs', line 186

def last_started
  @last_started
end

#last_stopped::Time

Returns the value of attribute last_stopped.

Returns:

  • (::Time)


187
188
189
# File 'sig/types.rbs', line 187

def last_stopped
  @last_stopped
end