RealtimeLogConfigs

public struct RealtimeLogConfigs : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A flag that indicates whether there are more real-time log configurations than are contained in this list.

    Declaration

    Swift

    public let isTruncated: Bool
  • Contains the list of real-time log configurations.

    Declaration

    Swift

    public let items: [RealtimeLogConfig]?
  • This parameter indicates where this list of real-time log configurations begins. This list includes real-time log configurations that occur after the marker.

    Declaration

    Swift

    public let marker: String
  • The maximum number of real-time log configurations requested.

    Declaration

    Swift

    public let maxItems: Int
  • If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker field of a subsequent request to continue listing real-time log configurations where you left off.

    Declaration

    Swift

    public let nextMarker: String?
  • Undocumented

    Declaration

    Swift

    public init(isTruncated: Bool, items: [RealtimeLogConfig]? = nil, marker: String, maxItems: Int, nextMarker: String? = nil)