Class: Aws::Types::DescribeCanariesLastRunResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#canaries_last_run::Array[Types::CanaryLastRun]

Returns the value of attribute canaries_last_run.

Returns:



265
266
267
# File 'sig/types.rbs', line 265

def canaries_last_run
  @canaries_last_run
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def next_token
  @next_token
end