DescribeVoicesOutput

public struct DescribeVoicesOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.

    Declaration

    Swift

    public let nextToken: String?
  • A list of voices with their properties.

    Declaration

    Swift

    public let voices: [Voice]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, voices: [Voice]? = nil)