Class: Aws::Types::GetRecoveryGroupReadinessSummaryResponse

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)


233
234
235
# File 'sig/types.rbs', line 233

def next_token
  @next_token
end

#readiness ⇒ "READY", ...

Returns the value of attribute readiness.

Returns:

  • ("READY", "NOT_READY", "UNKNOWN", "NOT_AUTHORIZED")


234
235
236
# File 'sig/types.rbs', line 234

def readiness
  @readiness
end

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

Returns the value of attribute readiness_checks.

Returns:



235
236
237
# File 'sig/types.rbs', line 235

def readiness_checks
  @readiness_checks
end