GenerateAccessLogsResult

public struct GenerateAccessLogsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The pre-signed URL for the requested access logs.

    Declaration

    Swift

    public let logUrl: String?
  • Undocumented

    Declaration

    Swift

    public init(logUrl: String? = nil)