ListLogPatternsResponse

public struct ListLogPatternsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of log patterns.

    Declaration

    Swift

    public let logPatterns: [LogPattern]?
  • The token used to retrieve the next page of results. This value is null when there are no more results to return.

    Declaration

    Swift

    public let nextToken: String?
  • The name of the resource group.

    Declaration

    Swift

    public let resourceGroupName: String?
  • Undocumented

    Declaration

    Swift

    public init(logPatterns: [LogPattern]? = nil, nextToken: String? = nil, resourceGroupName: String? = nil)