Class: Aws::Types::GetCellReadinessSummaryResponse

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)


162
163
164
# File 'sig/types.rbs', line 162

def next_token
  @next_token
end

#readiness ⇒ "READY", ...

Returns the value of attribute readiness.

Returns:

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


163
164
165
# File 'sig/types.rbs', line 163

def readiness
  @readiness
end

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

Returns the value of attribute readiness_checks.

Returns:



164
165
166
# File 'sig/types.rbs', line 164

def readiness_checks
  @readiness_checks
end