GetHostedZoneCountResponse

public struct GetHostedZoneCountResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The total number of public and private hosted zones that are associated with the current AWS account.

    Declaration

    Swift

    public let hostedZoneCount: Int64
  • Undocumented

    Declaration

    Swift

    public init(hostedZoneCount: Int64)