Class: Aws::Route53::Types::GetHealthCheckCountResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb

Overview

A complex type that contains the response to a GetHealthCheckCount request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#health_check_countInteger

The number of health checks associated with the current Amazon Web Services account.

Returns:

  • (Integer)


2738
2739
2740
2741
2742
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2738

class GetHealthCheckCountResponse < Struct.new(
  :health_check_count)
  SENSITIVE = []
  include Aws::Structure
end