Class: Aws::Types::ListReadinessChecksResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def next_token
  @next_token
end

#readiness_checks ⇒ ::Array[Types::ReadinessCheckOutput]

Returns the value of attribute readiness_checks.

Returns:



303
304
305
# File 'sig/types.rbs', line 303

def readiness_checks
  @readiness_checks
end