Class: Aws::Route53::Types::GetHostedZoneCountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::GetHostedZoneCountResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
A complex type that contains the response to a ‘GetHostedZoneCount` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hosted_zone_count ⇒ Integer
The total number of public and private hosted zones that are associated with the current Amazon Web Services account.
Instance Attribute Details
#hosted_zone_count ⇒ Integer
The total number of public and private hosted zones that are associated with the current Amazon Web Services account.
2873 2874 2875 2876 2877 |
# File 'lib/aws-sdk-route53/types.rb', line 2873 class GetHostedZoneCountResponse < Struct.new( :hosted_zone_count) SENSITIVE = [] include Aws::Structure end |