GetLogGroupFieldsRequest

public struct GetLogGroupFieldsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the log group to search.

    Declaration

    Swift

    public let logGroupName: String
  • The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried. The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

    Declaration

    Swift

    public let time: Int64?
  • Undocumented

    Declaration

    Swift

    public init(logGroupName: String, time: Int64? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws