Class: Aws::Types::ListHealthChecksResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#health_checks::Array[Types::HealthCheck]

Returns the value of attribute health_checks.

Returns:



1021
1022
1023
# File 'sig/types.rbs', line 1021

def health_checks
  @health_checks
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def max_items
  @max_items
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def next_marker
  @next_marker
end