DescribeDestinationsRequest

public struct DescribeDestinationsRequest : AWSShape
extension CloudWatchLogs.DescribeDestinationsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The prefix to match. If you don’t specify a value, no prefix filter is applied.

    Declaration

    Swift

    public let destinationNamePrefix: String?
  • The maximum number of items returned. If you don’t specify a value, the default is up to 50 items.

    Declaration

    Swift

    public let limit: Int?
  • The token for the next set of items to return. (You received this token from a previous call.)

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(destinationNamePrefix: String? = nil, limit: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws