Class: Aws::Route53::Types::GetHealthCheckCountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::GetHealthCheckCountResponse
- 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
-
#health_check_count ⇒ Integer
The number of health checks associated with the current Amazon Web Services account.
Instance Attribute Details
#health_check_count ⇒ Integer
The number of health checks associated with the current Amazon Web Services account.
2736 2737 2738 2739 2740 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2736 class GetHealthCheckCountResponse < Struct.new( :health_check_count) SENSITIVE = [] include Aws::Structure end |