Class: Aws::Types::GetReadinessCheckStatusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


211
212
213
# File 'sig/types.rbs', line 211

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def next_token
  @next_token
end

#readiness_check_name ⇒ ::String

Returns the value of attribute readiness_check_name.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def readiness_check_name
  @readiness_check_name
end