Class: Aws::Types::CanaryLastRun

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#canary_name::String

Returns the value of attribute canary_name.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def canary_name
  @canary_name
end

#last_runTypes::CanaryRun

Returns the value of attribute last_run.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def last_run
  @last_run
end