Class: Aws::Types::GetReadinessCheckResourceStatusResponse

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)


196
197
198
# File 'sig/types.rbs', line 196

def next_token
  @next_token
end

#readiness ⇒ "READY", ...

Returns the value of attribute readiness.

Returns:

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


197
198
199
# File 'sig/types.rbs', line 197

def readiness
  @readiness
end

#rules ⇒ ::Array[Types::RuleResult]

Returns the value of attribute rules.

Returns:



198
199
200
# File 'sig/types.rbs', line 198

def rules
  @rules
end