Class: Aws::Route53::Types::GetHealthCheckCountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::GetHealthCheckCountResponse
- Includes:
- Structure
- Defined in:
- 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.
2738 2739 2740 2741 2742 |
# File 'lib/aws-sdk-route53/types.rb', line 2738 class GetHealthCheckCountResponse < Struct.new( :health_check_count) SENSITIVE = [] include Aws::Structure end |