Class: Aws::Types::GetCanaryRunsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#canary_runs::Array[Types::CanaryRun]

Returns the value of attribute canary_runs.

Returns:



337
338
339
# File 'sig/types.rbs', line 337

def canary_runs
  @canary_runs
end

#next_token::String

Returns the value of attribute next_token.

Returns:



338
339
340
# File 'sig/types.rbs', line 338

def next_token
  @next_token
end