Class: Aws::Route53::Types::GetHostedZoneCountResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#hosted_zone_countInteger

The total number of public and private hosted zones that are associated with the current Amazon Web Services account.

Returns:

  • (Integer)


2875
2876
2877
2878
2879
# File 'lib/aws-sdk-route53/types.rb', line 2875

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